Class | Description |
---|---|
AnnotationMetadataReadingVisitor | ASM class visitor which looks for the class name and implemented types as well as for the annotations defined on the class, exposing them through the org.springframework.core.type.AnnotationMetadata interface. |
MethodMetadataReadingVisitor | ASM method visitor which looks for the annotations defined on a method, exposing them through the org.springframework.core.type.MethodMetadata interface. |