Return a class loader that supports instrumentation through AspectJ-style load-time
weaving based on user-defined
ClassFileTransformer ClassFileTransformers .
May be the current class loader, or a class loader created by this
LoadTimeWeaver instance.
a class loader that supports instrumentation through AspectJ-style load-timeweaving based on user-defined ClassFileTransformer ClassFileTransformers
Return a throwaway class loader, enabling classes to be loaded and
inspected without affecting the parent class loader.
Should not return the same instance of the
ClassLoader returned from an invocation of
LoadTimeWeaver.getInstrumentableClassLoader() .
a temporary throwaway class loader; should return a newinstance for each call, with no existing state