chore[comment]: documentation comments

This commit is contained in:
godotg
2024-01-20 11:11:50 +08:00
parent c9f3464453
commit 917937a1e9
2 changed files with 2 additions and 2 deletions
@@ -89,7 +89,7 @@ public class ComplexObject {
private Set<String> ssss;
private Set<Map<Integer, String>> sssss;
@Note("如果要修改协议并且兼容老协议,需要加上Compatible注解,按照增加的顺序添加order")
@Note("如果要修改协议并且兼容老协议,需要加上Compatible注解,保持Compatible注解的value自增")
@Compatible(1)
private int myCompatible;
@Compatible(2)