| Interface | Description |
|---|---|
| ClassPreProcessor |
Generic class pre processor interface that allows to separate the AspectJ 5 load time weaving
from Java 5 JVMTI interfaces for further use on Java 1.3 / 1.4
|
| IWeavingContext |
This class adds support to AspectJ for an OSGi environment
|
| Class | Description |
|---|---|
| Aj |
Adapter between the generic class pre processor interface and the AspectJ weaver
Load time weaving consistency relies on Bcel.setRepository
|
| ClassLoaderWeavingAdaptor | |
| ConcreteAspectCodeGen |
Generates bytecode for concrete-aspect
The concrete aspect is @AspectJ code generated.
|
| DefaultMessageHandler | |
| DefaultWeavingContext |
Use in non-OSGi environment
|
| Options |
A class that hanldes LTW options.
|
| Options.WeaverOption | |
| WeavingURLClassLoader |