@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
's javadoc for complete usage details.
EnableSpringConfigured
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_CONFIGURER_ASPECT_BEAN_NAME |
Constructor and Description |
---|
SpringConfiguredConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect |
beanConfigurerAspect() |
public static final String BEAN_CONFIGURER_ASPECT_BEAN_NAME