| Package | Description |
|---|---|
| org.springframework.core.type |
Core support package for type introspection.
|
| org.springframework.core.type.classreading |
Support classes for reading annotation and class-level metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardAnnotationMetadata
AnnotationMetadata implementation that uses standard reflection
to introspect a given Class. |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationMetadata |
AnnotationMetadata.introspect(Class<?> type)
Factory method to create a new
AnnotationMetadata instance
for the given class using standard reflection. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationMetadataReadingVisitor
Deprecated.
As of Spring Framework 5.2, this class has been replaced by
SimpleAnnotationMetadataReadingVisitor for internal use within the
framework, but there is no public replacement for
AnnotationMetadataReadingVisitor. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationMetadata |
MetadataReader.getAnnotationMetadata()
Read full annotation metadata for the underlying class,
including metadata for annotated methods.
|