Skip to content

Commit 0e9d3d3

Browse files
committed
Enabling jspecify nullablity in core/reactive package
#3762 Signed-off-by: Soby Chacko <[email protected]>
1 parent 0d16fe5 commit 0e9d3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
22
* Reactive component for consumer and producer.
33
*/
4-
@org.springframework.lang.NonNullApi
4+
@org.jspecify.annotations.NullMarked
55
package org.springframework.kafka.core.reactive;

0 commit comments

Comments
 (0)