spring-framework / org.springframework.context.annotation.aspectj

Package org.springframework.context.annotation.aspectj

Annotations

EnableSpringConfigured

class 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 org.springframework.beans.factory.annotation.Configurable annotation).

Similar to functionality found in Spring's <context:spring-configured> XML element. Often used in conjunction with org.springframework.context.annotation.EnableLoadTimeWeaving.