程序包 cn.taketoday.context.weaving
@NonNullApi
@NonNullFields
package cn.taketoday.context.weaving
Load-time weaving support for a Framework application context, building on Framework's
LoadTimeWeaver abstraction.-
类说明Post-processor that registers AspectJ's
ClassPreProcessorAgentAdapterwith the Framework application context's defaultLoadTimeWeaver.DefaultLoadTimeWeaverbean for use in an application context, decorating an automatically detected internalLoadTimeWeaver.Interface to be implemented by any object that wishes to be notified of the application context's defaultLoadTimeWeaver.BeanPostProcessorimplementation that passes the context's defaultLoadTimeWeaverto beans that implement theLoadTimeWeaverAwareinterface.