See: Description
| Class | Description |
|---|---|
| GroovyBeanDefinitionReader |
A Groovy-based reader for Spring bean definitions: like a Groovy builder,
but more of a DSL for Spring configuration.
|
| GroovyBeanDefinitionReader.DeferredProperty |
This class is used to defer the adding of a property to a bean definition
until later.
|
| GroovyBeanDefinitionWrapper |
Internal wrapper for a Spring BeanDefinition, allowing for Groovy-style
property access within a
GroovyBeanDefinitionReader closure. |