Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Denis Stepanov <[email protected]>
Emil Lundberg <[email protected]>
Enrique da Costa Cambio <[email protected]>
Jacob Middag <[email protected]>
James Yoo <[email protected]>
Jan Matèrne <[email protected]>
Jan Rieke <[email protected]>
Jappe van der Hel <[email protected]>
Expand All @@ -26,6 +27,7 @@ Kevin Chirls <[email protected]>
Liu DongMiao <[email protected]>
Luan Nico <[email protected]>
Maarten Mulders <[email protected]>
Manu Sridharan <[email protected]>
Mark Haynes <[email protected]>
Mart Hagenaars <[email protected]>
Martin O'Connor <[email protected]>
Expand Down
5 changes: 3 additions & 2 deletions src/core/lombok/core/handlers/HandlerUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public static int primeForNull() {
"org.eclipse.jdt.annotation.NonNull",
"org.jetbrains.annotations.NotNull",
"org.jmlspecs.annotation.NonNull",
"org.jspecify.annotations.NonNull",
"org.netbeans.api.annotations.common.NonNull",
"org.springframework.lang.NonNull",
"reactor.util.annotation.NonNull",
Expand Down Expand Up @@ -185,8 +186,8 @@ public static int primeForNull() {
"org.jetbrains.annotations.UnknownNullability",
"org.jmlspecs.annotation.NonNull",
"org.jmlspecs.annotation.Nullable",
"org.jspecify.nullness.Nullable",
"org.jspecify.nullness.NullnessUnspecified",
"org.jspecify.annotations.Nullable",
"org.jspecify.annotations.NonNull",
"org.netbeans.api.annotations.common.CheckForNull",
"org.netbeans.api.annotations.common.NonNull",
"org.netbeans.api.annotations.common.NullAllowed",
Expand Down