mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
Add nullability annotations to module/spring-boot-zipkin
See gh-46587
This commit is contained in:
+3
@@ -17,4 +17,7 @@
|
||||
/**
|
||||
* Auto-configuration for Zipkin.
|
||||
*/
|
||||
@NullMarked
|
||||
package org.springframework.boot.zipkin.autoconfigure;
|
||||
|
||||
import org.jspecify.annotations.NullMarked;
|
||||
|
||||
+3
@@ -17,4 +17,7 @@
|
||||
/**
|
||||
* Support for Docker Compose Zipkin service connections.
|
||||
*/
|
||||
@NullMarked
|
||||
package org.springframework.boot.zipkin.docker.compose;
|
||||
|
||||
import org.jspecify.annotations.NullMarked;
|
||||
|
||||
+3
@@ -17,4 +17,7 @@
|
||||
/**
|
||||
* Support for testcontainers Zipkin service connections.
|
||||
*/
|
||||
@NullMarked
|
||||
package org.springframework.boot.zipkin.testcontainers;
|
||||
|
||||
import org.jspecify.annotations.NullMarked;
|
||||
|
||||
Reference in New Issue
Block a user