spring-boot/configuration-metadata/spring-boot-configuration-p...
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
..
src Replace @OptionalParameter with JSpecify's @Nullable 2025-09-10 15:01:43 +02:00
build.gradle Support additional nullness signal for Actuator endpoints 2025-08-19 15:34:23 +02:00