See: Description
| Interface | Description | 
|---|---|
| MetadataReader | Simple facade for accessing class metadata,
 as read by an ASM  ClassReader. | 
| MetadataReaderFactory | Factory interface for  MetadataReaderinstances. | 
| 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  AnnotationMetadatainterface. | 
| CachingMetadataReaderFactory | Caching implementation of the  MetadataReaderFactoryinterface,
 caching aMetadataReaderinstance per SpringResourcehandle
 (i.e. | 
| MethodMetadataReadingVisitor | ASM method visitor which looks for the annotations defined on a method,
 exposing them through the  MethodMetadatainterface. | 
| SimpleMetadataReaderFactory | Simple implementation of the  MetadataReaderFactoryinterface,
 creating a new ASMClassReaderfor every request. |