优化:新增 Lombok 全局配置(在子类使用 @ToString、@EqualsAndHashCode 时,默认设置 callSuper = true)
This commit is contained in:
parent
c46379f6a8
commit
8967542a10
5
lombok.config
Normal file
5
lombok.config
Normal file
@ -0,0 +1,5 @@
|
||||
config.stopBubbling=true
|
||||
lombok.toString.callSuper=CALL
|
||||
lombok.equalsAndHashCode.callSuper=CALL
|
||||
clear lombok.val.flagUsage
|
||||
lombok.val.flagUsage=ERROR
|
Loading…
Reference in New Issue
Block a user