mirror of https://github.com/elunez/eladmin
add lombok config
parent
004998166d
commit
aaf1f0bf7b
|
@ -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
|
Loading…
Reference in New Issue