From 815f7d0fe82df761c038907043abd1a33d491f5d Mon Sep 17 00:00:00 2001
From: Roel Spilker suppressConstructorProperties
property can be set to false
when using @XArgsConstructor Annotations.>= 1.14.0
you can instead a lombok.config
file to the root of your project to disable ConstructorProperties
project wide. Add the following line to lombok.config
:
lombok.anyConstructor.suppressConstructorProperties = true
- See the configuration documentation for more information on how to set up your project with a lombok config file.
+ See the configuration documentation for more information on how to set up your project with a lombok config file.
The instructions listed below are excerpts from The -- cgit