Add nullability annotations to module/spring-boot-zipkin

See gh-46587
This commit is contained in:
Moritz Halbritter
2025-08-07 09:57:57 +02:00
parent 40a1429dea
commit b23a53020d
3 changed files with 9 additions and 0 deletions
@@ -17,4 +17,7 @@
/**
* Auto-configuration for Zipkin.
*/
@NullMarked
package org.springframework.boot.zipkin.autoconfigure;
import org.jspecify.annotations.NullMarked;
@@ -17,4 +17,7 @@
/**
* Support for Docker Compose Zipkin service connections.
*/
@NullMarked
package org.springframework.boot.zipkin.docker.compose;
import org.jspecify.annotations.NullMarked;
@@ -17,4 +17,7 @@
/**
* Support for testcontainers Zipkin service connections.
*/
@NullMarked
package org.springframework.boot.zipkin.testcontainers;
import org.jspecify.annotations.NullMarked;