| java.lang.Object jaxx.reflect.ClassDescriptorLoader
ClassDescriptorLoader | public class ClassDescriptorLoader (Code) | | Mirrors the class java.lang.ClassLoader . JAXX uses ClassDescriptor instead of Class
almost everywhere so that it can handle circular dependencies (there can't be a Class object for an uncompiled
JAXX or Java source file, and a compiler must be allow references to symbols in uncompiled source files in order to handle
circular dependencies).
|
|
|