| Package | Description |
|---|---|
| org.springframework.beans.factory.annotation |
Support package for annotation-driven bean configuration.
|
| org.springframework.beans.factory.groovy |
Support package for Groovy-based bean definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedGenericBeanDefinition
Extension of the
GenericBeanDefinition
class, adding support for annotation metadata exposed through the
AnnotatedBeanDefinition interface. |
| Modifier and Type | Method and Description |
|---|---|
GenericBeanDefinition |
GroovyBeanDefinitionReader.bean(Class<?> type)
Define an inner bean definition.
|