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. IntelliJ IDEA 2024.1.2+ is required to interpret correctly the related annotations. Closes spring-projectsgh-27183
- Loading branch information