Class ComponentClassLoader

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ComponentClassLoader
    extends URLClassLoader
    Default ClassLoader for loading components using a 'child-first strategy'. In other words, this ClassLoader attempts to find the class in its own context before delegating to the parent ClassLoader.