Skip to content

Commit b23a530

Browse files
committed
Add nullability annotations to module/spring-boot-zipkin
See gh-46587
1 parent 40a1429 commit b23a530

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

module/spring-boot-zipkin/src/main/java/org/springframework/boot/zipkin/autoconfigure/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
/**
1818
* Auto-configuration for Zipkin.
1919
*/
20+
@NullMarked
2021
package org.springframework.boot.zipkin.autoconfigure;
22+
23+
import org.jspecify.annotations.NullMarked;

module/spring-boot-zipkin/src/main/java/org/springframework/boot/zipkin/docker/compose/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
/**
1818
* Support for Docker Compose Zipkin service connections.
1919
*/
20+
@NullMarked
2021
package org.springframework.boot.zipkin.docker.compose;
22+
23+
import org.jspecify.annotations.NullMarked;

module/spring-boot-zipkin/src/main/java/org/springframework/boot/zipkin/testcontainers/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
/**
1818
* Support for testcontainers Zipkin service connections.
1919
*/
20+
@NullMarked
2021
package org.springframework.boot.zipkin.testcontainers;
22+
23+
import org.jspecify.annotations.NullMarked;

0 commit comments

Comments
 (0)