Class AspectJWeavingEnabler

java.lang.Object
org.springframework.context.weaving.AspectJWeavingEnabler
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryPostProcessor, LoadTimeWeaverAware, Ordered

public class AspectJWeavingEnabler extends Object implements BeanFactoryPostProcessor, BeanClassLoaderAware, LoadTimeWeaverAware, Ordered
Post-processor that registers AspectJ's ClassPreProcessorAgentAdapter with the Spring application context's default LoadTimeWeaver.
Since:
2.5
Author:
Juergen Hoeller, Ramnivas Laddad