public interface AnnotationVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
enterAnnotation()
Enters the annotation declaration.
|
void |
leaveAnnotation()
Leaves the annotation declaration.
|
void |
visitElement(java.lang.String name,
java.lang.Object value)
Visits an element of the declared annotation.
|
void enterAnnotation()
void visitElement(java.lang.String name,
java.lang.Object value)
name - The element namevalue - The element valuevoid leaveAnnotation()