Class Loader.NondelegatingLoader

  • All Implemented Interfaces:
    Closeable, AutoCloseable
    Enclosing class:
    Loader

    public static class Loader.NondelegatingLoader
    extends Loader
    Version of bind-on-demand loader which will not delegate handling of classes included in the binding definition. Somewhat dangerous to use, since it may result in loading multiple versions of the same class (with and without binding).