klyn.Type.isAnnotation
property
public readonly property isAnnotation as Boolean:
Description
Indicates whether the type is an annotation. print(klyn.annotations.Deprecated.type.isAnnotation)
Example