| Class | Description |
|---|---|
| AnnotationMetadataReader | A more limited version of Spring's annotation reader that only reads annotations on classes |
| AnnotationMetadataReader.EmptyAnnotationVisitor | |
| AnnotationMetadataReaderFactory | A org.springframework.core.type.classreading.CachingMetadataReaderFactory that only reads annotations and not the whole class body |
| Attribute | A non standard class, field, method or code attribute. |
| ClassReader | A Java class parser to make a org.springframework.asm.ClassVisitor visit an existing class. |
| ClasspathEntityScanner | Utility class for scanning the classpath for entities |
| Context | Information about a class being parsed in a ClassReader. |
| InstanceProxy | A proxy onto another instance |
| ReflectionUtils | Utility methods for working with reflection. |