添加 注释

This commit is contained in:
2026-08-10 18:49:27 +08:00
parent 0304fed324
commit 03e223df9b

View File

@@ -64,6 +64,7 @@ public interface main {
}
}
// 项目版本信息获取接口与方法
interface version {
static String getVersion() {
return top.gtb520.java.gnu.java.utils.library.version.VERSION;
@@ -82,6 +83,7 @@ public interface main {
}
}
// 运行时信息获取接口与方法
interface runtime {
static String getJarPath() {
return top.gtb520.java.gnu.java.utils.library.utils.runtime.RunEnv.getJarPath();