diff --git a/AUTHORS b/AUTHORS index 7113176428..a8c9bcc459 100755 --- a/AUTHORS +++ b/AUTHORS @@ -17,6 +17,7 @@ Denis Stepanov Emil Lundberg Enrique da Costa Cambio Jacob Middag +James Yoo Jan Matèrne Jan Rieke Jappe van der Hel @@ -26,6 +27,7 @@ Kevin Chirls Liu DongMiao Luan Nico Maarten Mulders +Manu Sridharan Mark Haynes Mart Hagenaars Martin O'Connor <38929043+martinoconnor@users.noreply.github.com> diff --git a/src/core/lombok/core/handlers/HandlerUtil.java b/src/core/lombok/core/handlers/HandlerUtil.java index 07704aa8a6..06bac16fdd 100644 --- a/src/core/lombok/core/handlers/HandlerUtil.java +++ b/src/core/lombok/core/handlers/HandlerUtil.java @@ -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", @@ -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",