@NonNullApi @NonNullFields
LoadTimeWeaver abstraction.See: Description
| Interface | Description | 
|---|---|
| LoadTimeWeaverAware | Interface to be implemented by any object that wishes to be notified
 of the application context's default  LoadTimeWeaver. | 
| Class | Description | 
|---|---|
| AspectJWeavingEnabler | Post-processor that registers AspectJ's
  ClassPreProcessorAgentAdapterwith the Spring application context's defaultLoadTimeWeaver. | 
| DefaultContextLoadTimeWeaver | Default  LoadTimeWeaverbean for use in an application context,
 decorating an automatically detected internalLoadTimeWeaver. | 
| LoadTimeWeaverAwareProcessor | BeanPostProcessorimplementation that passes the context's defaultLoadTimeWeaverto beans that implement theLoadTimeWeaverAwareinterface. | 
LoadTimeWeaver abstraction.