Schnittstelle IParameterAnnotation

Alle bekannten Implementierungsklassen:
ParameterAnnotation

public interface IParameterAnnotation
Description of a parameter annotation as described in the JVM specifications (added in J2SE 1.5). This interface may be implemented by clients.
Seit:
3.0
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Answer back the annotations as described in the JVM specifications.
    int
    Answer back the number of annotations as described in the JVM specifications.
  • Methodendetails

    • getAnnotationsNumber

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

      IAnnotation[] getAnnotations()
      Answer back the annotations as described in the JVM specifications. Answers an empty collection if none.
      Gibt zurück:
      the annotations