mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
dc242df533
This commit replaces `@Nonnull(when = When.MAYBE)` meta-annotation in `org.springframework.lang.Nullable` by `@CheckForNull` in order to prevent `unknown enum constant When.MAYBE` compilation warnings. Closes gh-27183