add lombok config

pull/882/head
chanhengseang 2025-05-26 12:41:53 -07:00
parent 004998166d
commit aaf1f0bf7b
1 changed files with 12 additions and 0 deletions

12
lombok.config Normal file
View File

@ -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