You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a681d6a, I did the best that we can do to support Javadoc links to JSR 305 types; however, we cannot support @NonNull and other types in the javax.annotation (or jakarta.annotation) package due to the split package. See the commit message for details.
Take a look at https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/lang/NonNull.html:
The link behind
Nonnull
points to https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true, which is wrongNonnull
is a JSR-305 datatype.The text was updated successfully, but these errors were encountered: