注释解析优化

This commit is contained in:
2026-06-10 15:30:29 +08:00
parent 2990ddd2ff
commit 8ecc22e8af
17 changed files with 132 additions and 34 deletions

View File

@@ -65,7 +65,7 @@ public class ClassChangeReport {
return sourceFile;
}
/** 类级中文说明(@Schema / 类 Javadoc无则空串 */
/** 类级中文说明(@Schema / @ApiModel / 类 Javadoc无则空串 */
public String getClassDescription() {
return classDescription;
}