Interface AnnotationVisitor
public interface AnnotationVisitor
Something that can visit annotation declarations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidEnters the annotation declaration.voidLeaves the annotation declaration.voidvisitElement(String name, Object value) Visits an element of the declared annotation.
-
Method Details
-
enterAnnotation
void enterAnnotation()Enters the annotation declaration. -
visitElement
-
leaveAnnotation
void leaveAnnotation()Leaves the annotation declaration.
-