klyn.Type.annotations
property
public readonly property annotations as ArrayList<Annotation>:
Description

Returns annotations applied to the type.

Example
annotations = klyn.annotations.Deprecated.type.annotations
print(annotations)