Package org.aspectj.weaver
Class AnnotationAnnotationValue
- java.lang.Object
-
- org.aspectj.weaver.AnnotationValue
-
- org.aspectj.weaver.AnnotationAnnotationValue
-
public class AnnotationAnnotationValue extends AnnotationValue
-
-
Field Summary
-
Fields inherited from class org.aspectj.weaver.AnnotationValue
ANNOTATION, ARRAY, CLASS, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING, valueKind
-
-
Constructor Summary
Constructors Constructor Description AnnotationAnnotationValue(AnnotationAJ value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationAJgetAnnotation()Stringstringify()StringtoString()-
Methods inherited from class org.aspectj.weaver.AnnotationValue
whatKindIsThis
-
-
-
-
Constructor Detail
-
AnnotationAnnotationValue
public AnnotationAnnotationValue(AnnotationAJ value)
-
-
Method Detail
-
getAnnotation
public AnnotationAJ getAnnotation()
-
stringify
public String stringify()
- Specified by:
stringifyin classAnnotationValue
-
-