- All Known Implementing Classes:
- FileClassInfoLoader, mClassLoader, PathClassInfoLoader
public interface ClassInfoLoader
This interface is only to be used by a ClassLoader. The ClassInfo
returned by getClassInfo() need only contain the name of the class
and the bytes for the class. Therefore the bytes may need to be
defined into a Class. Only ClassLoaders can do this.