| 程序包 | 说明 |
|---|---|
| org.springframework.core.type |
Core support package for type introspection.
|
| org.springframework.core.type.classreading |
Support classes for reading annotation and class-level metadata.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
StandardAnnotationMetadata
AnnotationMetadata implementation that uses standard reflection
to introspect a given Class. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
AnnotationMetadata |
MetadataReader.getAnnotationMetadata()
Read full annotation metadata for the underlying class,
including metadata for annotated methods.
|