mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
The package o.s.messaging.handler.annotation.support was missing @NonnullApi and @NonNullFields. This commit corrects that and also adds @Nullable to methods and arguments as needed to address warnings.