public static class AnnotationElement.Array extends AnnotationElement implements AnnotationElement.NestedAnnotationElement
AnnotationElement.Annotation, AnnotationElement.Array, AnnotationElement.Enum, AnnotationElement.NamedValue, AnnotationElement.NestedAnnotationElement, AnnotationElement.Type
DEFAULT_VALUE_NAME
Constructor and Description |
---|
AnnotationElement.Array() |
Modifier and Type | Method and Description |
---|---|
void |
addElement(java.lang.String name,
java.lang.Object element) |
java.util.List |
getElements() |
java.lang.String |
toString() |
public void addElement(java.lang.String name, java.lang.Object element)
addElement
in interface AnnotationElement.NestedAnnotationElement
public java.util.List getElements()
getElements
in interface AnnotationElement.NestedAnnotationElement
public java.lang.String toString()
toString
in class java.lang.Object