Created
December 15, 2021 10:32
-
-
Save y0ngb1n/8a0bd61f36779f455e27cdfc56e6b995 to your computer and use it in GitHub Desktop.
用 Lombok,让 Java 更简洁,使用 lombok.config 全局配置|https://projectlombok.org/features/configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# https://projectlombok.org/features/configuration | |
## | |
config.stopBubbling = true | |
lombok.accessors.chain=true | |
lombok.tostring.callsuper=true | |
lombok.equalsandhashcode.callsuper=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment