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()
           
 

Method Detail

addElement

void addElement(java.lang.String name,
                java.lang.Object element)

getElements

java.util.List getElements()