Schnittstelle IBinaryAnnotation

Alle bekannten Implementierungsklassen:
AnnotationInfo

public interface IBinaryAnnotation
This represents class file information about an annotation instance.
  • Methodendetails

    • getTypeName

      char[] getTypeName()
      Gibt zurück:
      the signature of the annotation type.
    • getElementValuePairs

      IBinaryElementValuePair[] getElementValuePairs()
      Gibt zurück:
      the list of element value pairs of the annotation
    • isExternalAnnotation

      default boolean isExternalAnnotation()
      Gibt zurück:
      true, if this an external annotation
    • isDeprecatedAnnotation

      default boolean isDeprecatedAnnotation()
      Gibt zurück:
      true, if this is a @Deprecated annotation.