From 536e03cc32dd83fa0af6c2ada25cff3edb6c5be0 Mon Sep 17 00:00:00 2001 From: LamGC Date: Tue, 24 Nov 2020 12:33:59 +0800 Subject: [PATCH] =?UTF-8?q?[Document]=20Core=20=E4=B8=BA=20JarFrameworkLoa?= =?UTF-8?q?der=20=E8=A1=A5=E5=85=85=E6=96=87=E6=A1=A3=E5=86=85=E5=AE=B9;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Document] JarFrameworkLoader 补充类文档内容; --- .../java/net/lamgc/cgj/bot/framework/JarFrameworkLoader.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ContentGrabbingJi-core/src/main/java/net/lamgc/cgj/bot/framework/JarFrameworkLoader.java b/ContentGrabbingJi-core/src/main/java/net/lamgc/cgj/bot/framework/JarFrameworkLoader.java index 733efaa..aa6e235 100644 --- a/ContentGrabbingJi-core/src/main/java/net/lamgc/cgj/bot/framework/JarFrameworkLoader.java +++ b/ContentGrabbingJi-core/src/main/java/net/lamgc/cgj/bot/framework/JarFrameworkLoader.java @@ -22,7 +22,8 @@ import org.pf4j.*; import java.nio.file.Path; /** - * + * 对 {@link JarPluginLoader} 重写的 Loader. + *

除了更改 {@link ClassLoadingStrategy} 外没啥区别. * @author LamGC */ public class JarFrameworkLoader extends JarPluginLoader {