Class springConfiguredConfiguration
java.lang.Object
org.springframework.context.annotation.aspectj.springConfiguredConfiguration
@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.
- since:
- 3.1
- Author:
- Chris Beams
- see Also:
-
Field summary
FieldsModifier and TypeFieldDescriptionstatic final stringThe bean name used for the configurer aspect. -
Constructor summary
Constructors -
Method summary
Modifier and TypeMethodDescriptionorg.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect
-
Field Details
-
BEAN_CONFIGURER_AsPECT_BEAN_NAME
The bean name used for the configurer aspect.- see Also:
-
-
Constructor Details
-
springConfiguredConfiguration
public springConfiguredConfiguration()
-
-
Method Details
-
beanConfigurerAspect
-