{@link SourceClassLoader} based on layers of {@link BytecodeClassLoader}plus optionally a {@link TopCodeCache}.
Depending on load modes, classes are first searched in the parent class loader, the individual layers or optionally created on-the-fly from source as part of the top code cache.
@since 1.0
@author Alain Stalder
@author Made in Switzerland.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.