Package org.springframework.context.annotation.aspectj
package org.springframework.context.annotation.aspectj
-
ClassDescriptionSignals 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).@Configuration
class that registers anAnnotationBeanConfigurerAspect
capable of performing dependency injection services for non-Spring managed objects annotated with @Configurable
.