org.aspectj.weaver
Class ArrayAnnotationValue
java.lang.Object
org.aspectj.weaver.AnnotationValue
org.aspectj.weaver.ArrayAnnotationValue
public class ArrayAnnotationValue
- extends AnnotationValue
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ArrayAnnotationValue
public ArrayAnnotationValue()
ArrayAnnotationValue
public ArrayAnnotationValue(AnnotationValue[] values)
setValues
public void setValues(AnnotationValue[] values)
getValues
public AnnotationValue[] getValues()
stringify
public java.lang.String stringify()
- Specified by:
stringify
in class AnnotationValue
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object