Class TemporaryClassLoader


  • public class TemporaryClassLoader
    extends ClassLoader
    ClassLoader implementation that allows classes to be temporarily loaded and then thrown away. Useful for the enhancer to be able to run against a class without first loading(and thus polluting) the parent ClassLoader.
    Author:
    Marc Prud'hommeaux