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