mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
Remove `@Nullable` support for optional endpoint method parameters in favor of only supporting `@OptionalParameter`. The annotation processor now also only supports `@OptionalParameter` detection. Closes gh-47136