spring-boot/module/spring-boot-cache/src
Stéphane Nicoll d7c482aa16 Replace @OptionalParameter with JSpecify's @Nullable
This commit removes OptionalParameter in favor of the nullness support
introduced in Spring Framework 7. The parameter of an action can now
be flagged as optional using JSpecify's @Nullable, and simplifies the
setup for those who are using JSpecify as only a single annotation is
required.

Closes gh-45390
2025-09-10 15:01:43 +02:00
..
dockerTest/java/org/springframework/boot/cache/metrics Restructure project directories to better fit Gradle 2025-07-10 17:54:08 -07:00
main Replace @OptionalParameter with JSpecify's @Nullable 2025-09-10 15:01:43 +02:00
test Restructure project directories to better fit Gradle 2025-07-10 17:54:08 -07:00