@Configuration public class SpringConfiguredConfiguration extends Object
@Configuration
class that registers an AnnotationBeanConfigurerAspect
capable of performing dependency injection services for non-Spring managed objects
annotated with @Configurable
.
This configuration class is automatically imported when using the @EnableSpringConfigured
annotation. See @EnableSpringConfigured
Javadoc for
complete usage details.
EnableSpringConfigured
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_CONFIGURER_ASPECT_BEAN_NAME |
Constructor and Description |
---|
SpringConfiguredConfiguration() |
public static final String BEAN_CONFIGURER_ASPECT_BEAN_NAME