Skip to content

Commit cc0a353

Browse files
add explication for lombok.config
1 parent e58a81f commit cc0a353

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lombok.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
config.stopbubbling = true
22

3+
# We add annotations flags for IDEs and tools
34
lombok.addJavaxGeneratedAnnotation = true
45
lombok.addLombokGeneratedAnnotation = true
56
lombok.addSuppressWarnings = true
67
lombok.anyconstructor.addconstructorproperties = true
78
#lombok.extern.findbugs.addSuppressFBWarnings = true
89
#checkerframework = true
9-
1010
lombok.addNullAnnotations = javax
1111

12+
# misc
1213
lombok.accessors.chain = true
1314

15+
# We resolve compilation warnings
1416
lombok.equalsandhashcode.callsuper = CALL
1517
lombok.tostring.callsuper = CALL
1618

19+
# Privileging SLF4J for uncoupling code and logging library
1720
lombok.log.apacheCommons.flagUsage = ERROR
1821
lombok.log.flogger.flagUsage = ERROR
1922
lombok.log.javaUtilLogging.flagUsage = ERROR

0 commit comments

Comments
 (0)