Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent compilation warnings with
@Nullable
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 spring-projectsgh-27183
- Loading branch information