Package org.aspectj.weaver
Class ArrayAnnotationValue
- java.lang.Object
-
- org.aspectj.weaver.AnnotationValue
-
- org.aspectj.weaver.ArrayAnnotationValue
-
public class ArrayAnnotationValue 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 ArrayAnnotationValue()ArrayAnnotationValue(AnnotationValue[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationValue[]getValues()voidsetValues(AnnotationValue[] values)Stringstringify()StringtoString()-
Methods inherited from class org.aspectj.weaver.AnnotationValue
whatKindIsThis
-
-
-
-
Constructor Detail
-
ArrayAnnotationValue
public ArrayAnnotationValue()
-
ArrayAnnotationValue
public ArrayAnnotationValue(AnnotationValue[] values)
-
-
Method Detail
-
setValues
public void setValues(AnnotationValue[] values)
-
getValues
public AnnotationValue[] getValues()
-
stringify
public String stringify()
- Specified by:
stringifyin classAnnotationValue
-
-