public static class AnnotationElement.Array extends AnnotationElement implements AnnotationElement.NestedAnnotationElement
AnnotationElement.Annotation, AnnotationElement.Array, AnnotationElement.Enum, AnnotationElement.NamedValue, AnnotationElement.NestedAnnotationElement, AnnotationElement.TypeDEFAULT_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.NestedAnnotationElementpublic java.util.List getElements()
getElements in interface AnnotationElement.NestedAnnotationElementpublic java.lang.String toString()
toString in class java.lang.Object