spring-framework / org.springframework.context.weaving

Package org.springframework.context.weaving

Types

AspectJWeavingEnabler

open class AspectJWeavingEnabler : BeanFactoryPostProcessor, BeanClassLoaderAware, LoadTimeWeaverAware, Ordered

Post-processor that registers AspectJ's org.aspectj.weaver.loadtime.ClassPreProcessorAgentAdapter with the Spring application context's default org.springframework.instrument.classloading.LoadTimeWeaver.

LoadTimeWeaverAwareProcessor

open class LoadTimeWeaverAwareProcessor : BeanPostProcessor, BeanFactoryAware

org.springframework.beans.factory.config.BeanPostProcessor implementation that passes the context's default LoadTimeWeaver to beans that implement the LoadTimeWeaverAware interface.

org.springframework.context.ApplicationContext will automatically register this with their underlying BeanFactory, provided that a default LoadTimeWeaver is actually available.

Applications should not use this class directly.