We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e53dd5 commit cb9157eCopy full SHA for cb9157e
lombok.config
@@ -1,5 +1 @@
1
import target/configs/powsybl-build-tools.jar!powsybl-build-tools/lombok.config
2
-
3
-# We resolve compilation warnings
4
-lombok.equalsandhashcode.callsuper = CALL
5
-lombok.tostring.callsuper = CALL
src/main/java/org/gridsuite/modification/server/dto/lombok.config
@@ -0,0 +1,3 @@
+# We resolve compilation warnings for DTOs @Data
+lombok.equalsandhashcode.callsuper = CALL
+lombok.tostring.callsuper = CALL
0 commit comments