-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathlombok.config
27 lines (19 loc) · 935 Bytes
/
lombok.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# lombok.config
config.stopBubbling = true
checkerframework = true
lombok.fieldDefaults.defaultPrivate = true
#lombok.fieldDefaults.defaultFinal = true
lombok.accessors.chain = true
lombok.equalsAndHashCode.callsuper = call
lombok.equalsandhashcode.donotusegetters = true
lombok.tostring.donotusegetters = true
lombok.nonNull.exceptionType = jdk
lombok.fieldNameConstants.uppercase = true
lombok.addJakartaGeneratedAnnotation = true
lombok.addNullAnnotations = jakarta
lombok.extern.findbugs.addSuppressFBWarnings = true
lombok.copyableAnnotations += org.springframework.context.annotation.Lazy
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Value
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Qualifier
#lombok.copyableannotations += org.springframework.boot.context.properties.bind.DefaultValue
lombok.copyableAnnotations += com.fasterxml.jackson.annotation.JsonValue