org.aspectj.weaver.tools
Interface WeavingClassLoader
- GeneratedClassHandler
- WeavingURLClassLoader
public interface WeavingClassLoader
An interface for weaving class loaders to provide callbacks for a
WeavingAdaptor.
URL[] | getAspectURLs() - Returns the aspects to be used by a WeavingAdaptor to weave classes
defined by the class loader.
|
getAspectURLs
public URL[] getAspectURLs()
Returns the aspects to be used by a WeavingAdaptor to weave classes
defined by the class loader.
- the aspects used for weaving classes.