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.annotation
Classes in org.springframework.beans.factory.annotation that implement AnnotatedBeanDefinitionModifier and TypeClassDescriptionclass
Extension of theGenericBeanDefinition
class, adding support for annotation metadata exposed through theAnnotatedBeanDefinition
interface. -
Uses of AnnotatedBeanDefinition in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement AnnotatedBeanDefinitionModifier and TypeClassDescriptionclass
Extension of theGenericBeanDefinition
class, based on an ASM ClassReader, with support for annotation metadata exposed through theAnnotatedBeanDefinition
interface.Methods in org.springframework.context.annotation with parameters of type AnnotatedBeanDefinitionModifier and TypeMethodDescriptionprotected 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.static void
AnnotationConfigUtils.processCommonDefinitionAnnotations
(AnnotatedBeanDefinition abd)