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:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Reactive component for consumer and producer.
|
||||
*/
|
||||
@org.springframework.lang.NonNullApi
|
||||
@org.jspecify.annotations.NullMarked
|
||||
package org.springframework.kafka.core.reactive;
|
||||
|
||||
Reference in New Issue
Block a user