[Document] Core 为 JarFrameworkLoader 补充文档内容;

[Document] JarFrameworkLoader 补充类文档内容;
This commit is contained in:
2020-11-24 12:33:59 +08:00
parent 039a686f90
commit 536e03cc32

View File

@ -22,7 +22,8 @@ import org.pf4j.*;
import java.nio.file.Path; import java.nio.file.Path;
/** /**
* * 对 {@link JarPluginLoader} 重写的 Loader.
* <p> 除了更改 {@link ClassLoadingStrategy} 外没啥区别.
* @author LamGC * @author LamGC
*/ */
public class JarFrameworkLoader extends JarPluginLoader { public class JarFrameworkLoader extends JarPluginLoader {