| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotatedBeanDefinition | |
|---|---|
| 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. | 
| Uses of AnnotatedBeanDefinition in org.springframework.beans.factory.annotation | 
|---|
| Classes in org.springframework.beans.factory.annotation that implement AnnotatedBeanDefinition | |
|---|---|
|  class | AnnotatedGenericBeanDefinitionExtension of the GenericBeanDefinitionclass, adding support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface. | 
| Uses of AnnotatedBeanDefinition in org.springframework.context.annotation | 
|---|
| Classes in org.springframework.context.annotation that implement AnnotatedBeanDefinition | |
|---|---|
|  class | ScannedGenericBeanDefinitionExtension of the GenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed
 through theAnnotatedBeanDefinitioninterface. | 
| Methods in org.springframework.context.annotation with parameters of type AnnotatedBeanDefinition | |
|---|---|
| protected  String | AnnotationBeanNameGenerator.determineBeanNameFromAnnotation(AnnotatedBeanDefinition annotatedDef)Derive a bean name from one of the annotations on the class. | 
| protected  boolean | ClassPathScanningCandidateComponentProvider.isCandidateComponent(AnnotatedBeanDefinition beanDefinition)Determine whether the given bean definition qualifies as candidate. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||