See gh-46587
@ -17,4 +17,7 @@
/**
* Auto-configuration for Zipkin.
*/
@NullMarked
package org.springframework.boot.zipkin.autoconfigure;
import org.jspecify.annotations.NullMarked;
* Support for Docker Compose Zipkin service connections.
package org.springframework.boot.zipkin.docker.compose;
* Support for testcontainers Zipkin service connections.
package org.springframework.boot.zipkin.testcontainers;