eladmin/lombok.config

13 lines
476 B
Plaintext

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