org.codehaus.backport175.reader.bytecode
Interface AnnotationElement.NestedAnnotationElement
- All Known Implementing Classes:
- AnnotationElement.Annotation, AnnotationElement.Array
- Enclosing class:
- AnnotationElement
public static interface AnnotationElement.NestedAnnotationElement
Interface for the nested annotation element type. Composite pattern.
- Author:
- Jonas Bonér
Method Summary |
void |
addElement(java.lang.String name,
java.lang.Object element)
|
java.util.List |
getElements()
|
addElement
void addElement(java.lang.String name,
java.lang.Object element)
getElements
java.util.List getElements()