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
org.aspectj.weaver.loadtime.ClassPreProcessorAgentAdapter
with the Spring application context's default
LoadTimeWeaver. |
| AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer |
ClassFileTransformer decorator that suppresses processing of AspectJ
classes in order to avoid potential LinkageErrors.
|
| DefaultContextLoadTimeWeaver |
Default
LoadTimeWeaver bean for use in an application context,
decorating an automatically detected internal LoadTimeWeaver. |
| LoadTimeWeaverAwareProcessor |
BeanPostProcessor
implementation that passes the context's default LoadTimeWeaver
to beans that implement the LoadTimeWeaverAware interface. |
LoadTimeWeaver abstraction.