| org.eclipse.sisu.space.AnnotationVisitor | 
Something that can visit annotation declarations.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void | enterAnnotation() Enters the annotation declaration. | ||||||||||
| abstract void | leaveAnnotation() Leaves the annotation declaration. | ||||||||||
| abstract void | visitElement(String name, Object value) Visits an element of the declared annotation. | ||||||||||
Enters the annotation declaration.
Leaves the annotation declaration.
Visits an element of the declared annotation.
| name | The element name | 
|---|---|
| value | The element value |