Enabling jspecify nullablity in core/reactive package

https://github.com/spring-projects/spring-kafka/issues/3762

Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
This commit is contained in:
Soby Chacko
2025-02-25 16:02:11 -05:00
parent 0d16fe5593
commit 0e9d3d341a

View File

@@ -1,5 +1,5 @@
/**
* Reactive component for consumer and producer.
*/
@org.springframework.lang.NonNullApi
@org.jspecify.annotations.NullMarked
package org.springframework.kafka.core.reactive;