Package org.springframework.beans.factory.aspectj

Interface Summary
ConfigurableObject Marker interface for domain object that need DI through aspects.
 

Class Summary
SpringConfiguredConfiguration @Configuration class that registers an AnnotationBeanConfigurerAspect capable of performing dependency injection services for non-Spring managed objects annotated with @Configurable.
 

Annotation Types Summary
EnableSpringConfigured Signals the current application context to apply dependency injection to non-managed classes that are instantiated outside of the Spring bean factory (typically classes annotated with the @Configurable annotation).