Package org.springframework.context.weaving
@NonNullApi
@NonNullFields
package org.springframework.context.weaving
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver
abstraction.-
ClassDescriptionPost-processor that registers AspectJ's
ClassPreProcessorAgentAdapter
with the Spring application context's defaultLoadTimeWeaver
.DefaultLoadTimeWeaver
bean 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
.BeanPostProcessor
implementation that passes the context's defaultLoadTimeWeaver
to beans that implement theLoadTimeWeaverAware
interface.