| Package | Description | 
|---|---|
| org.springframework.asm | 
 Spring's repackaging of
 ASM 7.x
 (with Spring-specific patches; for internal use only). 
 | 
| org.springframework.core.type.classreading | 
 Support classes for reading annotation and class-level metadata. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected AnnotationVisitor | 
AnnotationVisitor.av
The annotation visitor to which this visitor must delegate method calls. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnnotationVisitor | 
MethodVisitor.visitAnnotation(String descriptor,
               boolean visible)
Visits an annotation of this method. 
 | 
AnnotationVisitor | 
ClassWriter.visitAnnotation(String descriptor,
               boolean visible)  | 
AnnotationVisitor | 
ClassVisitor.visitAnnotation(String descriptor,
               boolean visible)
Visits an annotation of the class. 
 | 
AnnotationVisitor | 
FieldVisitor.visitAnnotation(String descriptor,
               boolean visible)
Visits an annotation of the field. 
 | 
AnnotationVisitor | 
AnnotationVisitor.visitAnnotation(String name,
               String descriptor)
Visits a nested annotation value of the annotation. 
 | 
AnnotationVisitor | 
MethodVisitor.visitAnnotationDefault()
Visits the default value of this annotation interface method. 
 | 
AnnotationVisitor | 
RecordComponentVisitor.visitAnnotationExperimental(String descriptor,
                           boolean visible)
Deprecated. 
 
this API is experimental. 
 | 
AnnotationVisitor | 
AnnotationVisitor.visitArray(String name)
Visits an array value of the annotation. 
 | 
AnnotationVisitor | 
MethodVisitor.visitInsnAnnotation(int typeRef,
                   TypePath typePath,
                   String descriptor,
                   boolean visible)
Visits an annotation on an instruction. 
 | 
AnnotationVisitor | 
MethodVisitor.visitLocalVariableAnnotation(int typeRef,
                            TypePath typePath,
                            Label[] start,
                            Label[] end,
                            int[] index,
                            String descriptor,
                            boolean visible)
Visits an annotation on a local variable type. 
 | 
AnnotationVisitor | 
MethodVisitor.visitParameterAnnotation(int parameter,
                        String descriptor,
                        boolean visible)
Visits an annotation of a parameter this method. 
 | 
AnnotationVisitor | 
MethodVisitor.visitTryCatchAnnotation(int typeRef,
                       TypePath typePath,
                       String descriptor,
                       boolean visible)
Visits an annotation on an exception handler type. 
 | 
AnnotationVisitor | 
MethodVisitor.visitTypeAnnotation(int typeRef,
                   TypePath typePath,
                   String descriptor,
                   boolean visible)
Visits an annotation on a type in the method signature. 
 | 
AnnotationVisitor | 
ClassWriter.visitTypeAnnotation(int typeRef,
                   TypePath typePath,
                   String descriptor,
                   boolean visible)  | 
AnnotationVisitor | 
ClassVisitor.visitTypeAnnotation(int typeRef,
                   TypePath typePath,
                   String descriptor,
                   boolean visible)
Visits an annotation on a type in the class signature. 
 | 
AnnotationVisitor | 
FieldVisitor.visitTypeAnnotation(int typeRef,
                   TypePath typePath,
                   String descriptor,
                   boolean visible)
Visits an annotation on the type of the field. 
 | 
AnnotationVisitor | 
RecordComponentVisitor.visitTypeAnnotationExperimental(int typeRef,
                               TypePath typePath,
                               String descriptor,
                               boolean visible)
Deprecated. 
 
this API is experimental. 
 | 
| Constructor and Description | 
|---|
AnnotationVisitor(int api,
                 AnnotationVisitor annotationVisitor)
Constructs a new  
AnnotationVisitor. | 
| Modifier and Type | Method and Description | 
|---|---|
AnnotationVisitor | 
AnnotationMetadataReadingVisitor.visitAnnotation(String desc,
               boolean visible)
Deprecated.  
  | 
AnnotationVisitor | 
MethodMetadataReadingVisitor.visitAnnotation(String desc,
               boolean visible)
Deprecated.  
  |