public class CurrentClassLoader
extends java.lang.Object
Class used to set and get the global class loader used
by the codegen library. This is maintained in a ThreadLocal
to avoid concurrency problems. All processing in the
codegen library takes place in the same thread in any case.