Schnittstelle IRuntimeVisibleTypeAnnotationsAttribute

Alle Superschnittstellen:
IClassFileAttribute
Alle bekannten Implementierungsklassen:
RuntimeVisibleTypeAnnotationsAttribute

public interface IRuntimeVisibleTypeAnnotationsAttribute extends IClassFileAttribute
Description of a runtime visible type annotations attribute as described in the JVM specifications (added in JavaSE-1.8). This interface may be implemented by clients.
Seit:
3.10
  • Methodendetails

    • getExtendedAnnotationsNumber

      int getExtendedAnnotationsNumber()
      Answer back the number of annotations as described in the JVM specifications.
      Gibt zurück:
      the number of annotations
    • getExtendedAnnotations

      IExtendedAnnotation[] getExtendedAnnotations()
      Answer back the extended annotations. Answers an empty collection if none.
      Gibt zurück:
      the extended annotations. Answers an empty collection if none.