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 | Deprecated As of Spring Framework 5.2, this class has been replaced by
  SimpleAnnotationMetadataReadingVisitorfor internal use within the
 framework, but there is no public replacement forAnnotationMetadataReadingVisitor. | 
| CachingMetadataReaderFactory | Caching implementation of the  MetadataReaderFactoryinterface,
 caching aMetadataReaderinstance per SpringResourcehandle
 (i.e. | 
| MethodMetadataReadingVisitor | Deprecated As of Spring Framework 5.2, this class and related classes in this
 package have been replaced by  SimpleAnnotationMetadataReadingVisitorand related classes for internal use within the framework. | 
| SimpleMetadataReaderFactory | Simple implementation of the  MetadataReaderFactoryinterface,
 creating a new ASMClassReaderfor every request. |