| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationMetadata | |
|---|---|
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. | 
| org.springframework.core.type | Core support package for type introspection. | 
| org.springframework.core.type.classreading | Core support package for type introspection through ASM-based class reading. | 
| Uses of AnnotationMetadata in org.springframework.beans.factory.annotation | 
|---|
| Methods in org.springframework.beans.factory.annotation that return AnnotationMetadata | |
|---|---|
|  AnnotationMetadata | AnnotatedGenericBeanDefinition.getMetadata() | 
|  AnnotationMetadata | AnnotatedBeanDefinition.getMetadata()Obtain the annotation metadata (as well as basic class metadata) for this bean definition's bean class. | 
| Uses of AnnotationMetadata in org.springframework.context.annotation | 
|---|
| Methods in org.springframework.context.annotation that return AnnotationMetadata | |
|---|---|
|  AnnotationMetadata | ScannedGenericBeanDefinition.getMetadata() | 
| Uses of AnnotationMetadata in org.springframework.core.type | 
|---|
| Classes in org.springframework.core.type that implement AnnotationMetadata | |
|---|---|
|  class | StandardAnnotationMetadataAnnotationMetadataimplementation that uses standard reflection
 to introspect a givenClass. | 
| Uses of AnnotationMetadata in org.springframework.core.type.classreading | 
|---|
| Methods in org.springframework.core.type.classreading that return AnnotationMetadata | |
|---|---|
|  AnnotationMetadata | MetadataReader.getAnnotationMetadata()Read full annotation metadata for the underlying class. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||