-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathlombok.config
More file actions
20 lines (13 loc) · 839 Bytes
/
lombok.config
File metadata and controls
20 lines (13 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#lombok.anyConstructor.addConstructorProperties=true → javac -parameters ➕ copyableAnnotations ➕ @RequiredArgsConstructor(onConstructor_=@JsonCreator)
#lombok.log.fieldName = LOGGER
lombok.addNullAnnotations = javax
#lombok.addNullAnnotations=CUSTOM:com.example.annotations.NonNull:com.example.annotations.Nullable
lombok.var.flagUsage = error
lombok.addLombokGeneratedAnnotation = true
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Qualifier
lombok.copyableAnnotations += com.fasterxml.jackson.annotation.JsonProperty
lombok.copyableAnnotations += com.fasterxml.jackson.databind.annotation.JsonDeserialize
lombok.copyableAnnotations += com.fasterxml.jackson.annotation.JsonFormat
config.stopBubbling = true
lombok.extern.findbugs.addSuppressFBWarnings = false
lombok.addSuppressWarnings = true