类 AnnotationToAnnotatedMemberVisitor

  • 所有已实现的接口:
    AnnotationVisitor

    public class AnnotationToAnnotatedMemberVisitor
    extends java.lang.Object
    implements AnnotationVisitor
    This 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.