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 AnnotationMetadata interface. |
MethodMetadataReadingVisitor | ASM method visitor which looks for the annotations defined on a method, exposing them through the MethodMetadata interface. |