Uses of Interface
org.springframework.beans.factory.annotation.AnnotatedBeanDefinition
Packages that use AnnotatedBeanDefinition Package Description org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration.org.springframework.context.annotation 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.annotation
Classes in org.springframework.beans.factory.annotation that implement AnnotatedBeanDefinition Modifier and Type Class Description classAnnotatedGenericBeanDefinitionExtension of theGenericBeanDefinitionclass, 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 Modifier and Type Class Description classScannedGenericBeanDefinitionExtension 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 AnnotatedBeanDefinition Modifier and Type Method Description protected 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 candidate.static voidAnnotationConfigUtils. processCommonDefinitionAnnotations(AnnotatedBeanDefinition abd)