style: 添加内部类注释。

This commit is contained in:
Suomm 2023-06-21 22:13:23 +08:00
parent 95a474847d
commit 90d2fe48ce

View File

@ -98,6 +98,9 @@ public class PackageInfoGenerator implements IGenerator {
this.templatePath = templatePath;
}
/**
* 内置类用于存放数据
*/
private static class Data {
String packageName;