refactor: 移除所有的 @Accessors(chain = true),并全局配置禁止使用

This commit is contained in:
2023-08-11 23:59:44 +08:00
parent 2d0e1f42d4
commit 76c65463c2
20 changed files with 26 additions and 47 deletions

View File

@@ -2,4 +2,6 @@ config.stopBubbling=true
lombok.toString.callSuper=CALL
lombok.equalsAndHashCode.callSuper=CALL
clear lombok.val.flagUsage
lombok.val.flagUsage=ERROR
lombok.val.flagUsage=ERROR
clear lombok.accessors.flagUsage
lombok.accessors.flagUsage=ERROR