Klasse AnnotationValue

java.lang.Object
org.aspectj.weaver.AnnotationValue
Bekannte direkte Unterklassen:
AnnotationAnnotationValue, ArrayAnnotationValue, ClassAnnotationValue, EnumAnnotationValue, SimpleAnnotationValue

public abstract class AnnotationValue extends Object
  • Felddetails

  • Konstruktordetails

    • AnnotationValue

      public AnnotationValue(int kind)
  • Methodendetails

    • stringify

      public abstract String stringify()
    • whatKindIsThis

      public static String whatKindIsThis(int kind)