mirror of
https://github.com/NotoChen/Jetbrains-Help.git
synced 2025-05-24 23:16:44 +08:00
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
## 以当前目录为根目录
|
|
config.stopBubbling=true
|
|
|
|
## 默认以链式生成Setter
|
|
lombok.accessors.chain=true
|
|
|
|
## 默认ToString包含超类
|
|
lombok.tostring.callsuper=call
|
|
|
|
## 默认比较器包含超类
|
|
lombok.equalsandhashcode.callsuper=call
|