List of usage examples for org.springframework.core SmartClassLoader interface-usage
From source file org.springframework.boot.devtools.restart.classloader.RestartClassLoader.java
/**
* Disposable {@link ClassLoader} used to support application restarting. Provides parent
* last loading for the specified URLs.
*
* @author Andy Clement
* @author Phillip Webb