Skip to content

Commit 7e37b25

Browse files
committed
lombok jspecify
1 parent 3f3002e commit 7e37b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lombok.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#lombok.anyConstructor.addConstructorProperties=true → javac -parameters ➕ copyableAnnotations ➕ @RequiredArgsConstructor(onConstructor_=@JsonCreator)
22

33
# 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
4-
lombok.addNullAnnotations = CUSTOM:TYPE_USE:org.jspecify.annotations.NonNull:org.jspecify.annotations.Nullable
4+
lombok.addNullAnnotations = jspecify
55

66
lombok.var.flagUsage = error
77

0 commit comments

Comments
 (0)