klyn.Type.isAnnotation
property
public readonly property isAnnotation as Boolean:
Description

Indicates whether the type is an annotation.

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