Package org.springframework.context.weaving
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver abstraction.Interface Summary Interface Description LoadTimeWeaverAware Interface to be implemented by any object that wishes to be notified of the application context's defaultLoadTimeWeaver.Class Summary Class Description AspectJWeavingEnabler Post-processor that registers AspectJ'sClassPreProcessorAgentAdapterwith the Spring application context's defaultLoadTimeWeaver.DefaultContextLoadTimeWeaver DefaultLoadTimeWeaverbean for use in an application context, decorating an automatically detected internalLoadTimeWeaver.LoadTimeWeaverAwareProcessor BeanPostProcessorimplementation that passes the context's defaultLoadTimeWeaverto beans that implement theLoadTimeWeaverAwareinterface.