Example usage for org.springframework.core SmartClassLoader interface-usage

List of usage examples for org.springframework.core SmartClassLoader interface-usage

Introduction

In this page you can find the example usage for org.springframework.core SmartClassLoader interface-usage.

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