Package org.aspectj.weaver.tools

Provides a set of interfaces to allow a class loader to perform load-time weaving.

See:
          Description

Interface Summary
GeneratedClassHandler Interface implemented by weaving class loaders to allow classes generated by the weaving process to be defined.
WeavingClassLoader An interface for weaving class loaders to provide callbacks for a WeavingAdaptor.
 

Class Summary
WeavingAdaptor This adaptor allows the AspectJ compiler to be embedded in an existing system to facilitate load-time weaving.
 

Package org.aspectj.weaver.tools Description

Provides a set of interfaces to allow a class loader to perform load-time weaving.