Uses of Class
org.springframework.beans.factory.support.GenericBeanDefinition
Package
Description
Support package for annotation-driven bean configuration.
Support package for Groovy-based bean definitions.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of GenericBeanDefinition in org.springframework.beans.factory.annotation
Modifier and TypeClassDescriptionclass
Extension of theGenericBeanDefinition
class, adding support for annotation metadata exposed through theAnnotatedBeanDefinition
interface. -
Uses of GenericBeanDefinition in org.springframework.beans.factory.groovy
Modifier and TypeMethodDescriptionDefine an inner bean definition. -
Uses of GenericBeanDefinition 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.