isAnnotationField abstract method

bool isAnnotationField()

Checks if this field is an annotation field.

Returns:

  • true if declared with annotation modifier
  • false otherwise

Implementation

bool isAnnotationField();