Skip to content

Commit

Permalink
Enabling jspecify nullablity in core/reactive package
Browse files Browse the repository at this point in the history
spring-projects#3762

Signed-off-by: Soby Chacko <[email protected]>
  • Loading branch information
sobychacko committed Feb 25, 2025
1 parent 0d16fe5 commit 0e9d3d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Reactive component for consumer and producer.
*/
@org.springframework.lang.NonNullApi
@org.jspecify.annotations.NullMarked
package org.springframework.kafka.core.reactive;

0 comments on commit 0e9d3d3

Please sign in to comment.