spring-framework/spring-core
Sébastien Deleuze dc242df533 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 gh-27183
2024-04-09 13:35:49 +02:00
..
src Prevent compilation warnings with `@Nullable` 2024-04-09 13:35:49 +02:00
spring-core.gradle Use new implementation in PropertyPlaceholderHelper 2024-02-15 15:27:13 +01:00