diff --git a/lombok.config b/lombok.config new file mode 100644 index 00000000..31be0740 --- /dev/null +++ b/lombok.config @@ -0,0 +1,12 @@ +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true +lombok.anyConstructor.addConstructorProperties = true +lombok.equalsAndHashCode.callSuper = call +lombok.accessors.chain = true +lombok.fieldDefaults.defaultPrivate = true +lombok.extern.findbugs.addSuppressFBWarnings = false +# Ensure getters and setters are properly generated +lombok.getter.noIsPrefix = false +lombok.setter.flagUsage = allow +# Enable all field-level annotations +lombok.data.flagUsage = allow