-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlombok.config
More file actions
15 lines (15 loc) · 636 Bytes
/
lombok.config
File metadata and controls
15 lines (15 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
lombok.accessors.chain=false
config.stopBubbling=true
lombok.addLombokGeneratedAnnotation=true
lombok.extern.findbugs.addSuppressFBWarnings=false
lombok.nonnull.exceptiontype=IllegalArgumentException
lombok.noArgsConstructor.extraPrivate=false
#lombok.anyConstructor.addConstructorProperties = true
lombok.anyconstructor.suppressconstructorproperties=true
lombok.fieldDefaults.defaultPrivate=true
lombok.fieldNameConstants.uppercase=true
#lombok.fieldDefaults.defaultFinal=true
lombok.log.fieldName=log
lombok.synchronized.flagUsage=WARNING
lombok.fieldNameConstants.flagUsage=WARNING
lombok.fieldNameConstants.innerTypeName=FieldNames