Package org.aspectj.weaver
Class ClassAnnotationValue
- java.lang.Object
-
- org.aspectj.weaver.AnnotationValue
-
- org.aspectj.weaver.ClassAnnotationValue
-
public class ClassAnnotationValue 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 ClassAnnotationValue(String sig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringstringify()StringtoString()-
Methods inherited from class org.aspectj.weaver.AnnotationValue
whatKindIsThis
-
-