Class AnnotationToAnnotatedClassVisitor
java.lang.Object
proguard.classfile.attribute.annotation.visitor.AnnotationToAnnotatedClassVisitor
- All Implemented Interfaces:
AnnotationVisitor
This
AnnotationVisitor delegates all visits to a given ClassVisitor. The latter
visits the class of each visited annotation, although never twice in a row.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitAnnotation(Clazz clazz, Annotation annotation) Visits any Annotation instance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface proguard.classfile.attribute.annotation.visitor.AnnotationVisitor
visitAnnotation, visitAnnotation, visitAnnotation, visitAnnotation, visitAnnotation
-
Constructor Details
-
AnnotationToAnnotatedClassVisitor
-
-
Method Details
-
visitAnnotation
Description copied from interface:AnnotationVisitorVisits any Annotation instance. The more specific default implementations of this interface delegate to this method.- Specified by:
visitAnnotationin interfaceAnnotationVisitor
-