Interface WeavingClassLoader

All Superinterfaces:
GeneratedClassHandler
All Known Implementing Classes:
WeavingURLClassLoader

public interface WeavingClassLoader extends GeneratedClassHandler
An interface for weaving class loaders to provide callbacks for a WeavingAdaptor.
  • Method Summary

    Modifier and Type
    Method
    Description
    URL[]
    Returns the aspects to be used by a WeavingAdaptor to weave classes defined by the class loader.

    Methods inherited from interface org.aspectj.weaver.tools.GeneratedClassHandler

    acceptClass
  • Method Details

    • getAspectURLs

      URL[] getAspectURLs()
      Returns the aspects to be used by a WeavingAdaptor to weave classes defined by the class loader.
      Returns:
      the aspects used for weaving classes.