Skip to content

Commit

Permalink
Merge pull request projectlombok#3608 from jyoo980/master
Browse files Browse the repository at this point in the history
Update JSpecify annotation fully-qualified names
  • Loading branch information
Rawi01 authored Mar 1, 2024
2 parents 8bea251 + e78d1ac commit a5bb414
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit a5bb414

Please sign in to comment.