Uses of Interface
org.springframework.beans.factory.annotation.AnnotatedBeanDefinition
Packages that use AnnotatedBeanDefinition
Package
Description
Support package for annotation-driven bean configuration.
Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
- 
Uses of AnnotatedBeanDefinition in org.springframework.beans.factory.annotationClasses in org.springframework.beans.factory.annotation that implement AnnotatedBeanDefinitionModifier and TypeClassDescriptionclassExtension of theGenericBeanDefinitionclass, adding support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface.
- 
Uses of AnnotatedBeanDefinition in org.springframework.context.annotationClasses in org.springframework.context.annotation that implement AnnotatedBeanDefinitionModifier and TypeClassDescriptionclassExtension of theGenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface.Methods in org.springframework.context.annotation with parameters of type AnnotatedBeanDefinitionModifier and TypeMethodDescriptionprotected StringAnnotationBeanNameGenerator.determineBeanNameFromAnnotation(AnnotatedBeanDefinition annotatedDef) Derive a bean name from one of the annotations on the class.protected booleanClassPathScanningCandidateComponentProvider.isCandidateComponent(AnnotatedBeanDefinition beanDefinition) Determine whether the given bean definition qualifies as a candidate component.static voidAnnotationConfigUtils.processCommonDefinitionAnnotations(AnnotatedBeanDefinition abd)