程序包 org.springframework.context.weaving
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver abstraction.接口概要 接口 说明 LoadTimeWeaverAware Interface to be implemented by any object that wishes to be notified of the application context's defaultLoadTimeWeaver.类概要 类 说明 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.