public class AnnotationToAnnotatedMemberVisitor extends java.lang.Object implements AnnotationVisitor
AnnotationVisitor
delegates all visits to a given MemberVisitor
. The latter
visits the class member of each visited class member annotation or method parameter annotation,
although never twice in a row.Constructor and Description |
---|
AnnotationToAnnotatedMemberVisitor(MemberVisitor memberVisitor) |
Modifier and Type | Method and Description |
---|---|
void |
visitAnnotation(Clazz clazz,
Member member,
Annotation annotation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visitAnnotation, visitAnnotation, visitAnnotation, visitAnnotation, visitAnnotation
public AnnotationToAnnotatedMemberVisitor(MemberVisitor memberVisitor)
public void visitAnnotation(Clazz clazz, Member member, Annotation annotation)
visitAnnotation
in interface AnnotationVisitor