| Class | Description |
|---|---|
| MultiClassLoader |
A custom class loader that loads a given list of classes and delegates loading other classes to
the default class loaders.
|
| SingleClassLoader |
A custom class loader that loads only one given class and delegates loading other classes to the
default class loaders.
|