Uses of Interface
org.springframework.beans.factory.annotation.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
Modifier and TypeClassDescriptionclass
Extension of theGenericBeanDefinition
class, adding support for annotation metadata exposed through theAnnotatedBeanDefinition
interface. -
Uses of AnnotatedBeanDefinition in org.springframework.context.annotation
Modifier and TypeClassDescriptionclass
Extension of theGenericBeanDefinition
class, based on an ASM ClassReader, with support for annotation metadata exposed through theAnnotatedBeanDefinition
interface.Modifier 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)