Class AnnotationToAnnotatedClassVisitor

    • Constructor Detail

      • AnnotationToAnnotatedClassVisitor

        public AnnotationToAnnotatedClassVisitor​(ClassVisitor classVisitor)
    • Method Detail

      • visitAnnotation

        public void visitAnnotation​(Clazz clazz,
                                    Annotation annotation)
        Description copied from interface: AnnotationVisitor
        Visits any Annotation instance. The more specific default implementations of this interface delegate to this method.
        Specified by:
        visitAnnotation in interface AnnotationVisitor