-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlombok.config
More file actions
21 lines (14 loc) · 959 Bytes
/
lombok.config
File metadata and controls
21 lines (14 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#lombok.anyConstructor.addConstructorProperties=true → javac -parameters ➕ copyableAnnotations ➕ @RequiredArgsConstructor(onConstructor_=@JsonCreator)
#lombok.log.fieldName = LOGGER
# https://docs.spring.io/spring-framework/reference/7.0/core/null-safety.html ➕ http://jspecify.org/docs/user-guide/ ➕ https://github.com/uber/NullAway/issues/917
lombok.addNullAnnotations = jspecify
lombok.var.flagUsage = error
lombok.addLombokGeneratedAnnotation = true
lombok.copyJacksonAnnotationsToAccessors = 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