annotationType property
Type
get
annotationType
Returns the annotation _type of this annotation.
This method returns the runtime _type of the annotation, which can be used for _type checking and filtering operations.
Returns: The Class object representing the annotation _type
Implementation
Type get annotationType;