All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.noear.solon.hotplug.PluginClassLoader Maven / Gradle / Ivy

There is a newer version: 3.0.5-M3
Show newest version
package org.noear.solon.hotplug;

import org.noear.solon.core.AppClassLoader;

/**
 * 插件类加载器
 *
 * @author noear
 * @since 2.2
 */
public class PluginClassLoader extends AppClassLoader {
    public PluginClassLoader(ClassLoader parent){
        super(parent);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy