Skip to content

Commit d878ed5

Browse files
committed
Add nullability annotations to module/spring-boot-jsonb
See gh-46587
1 parent dfac782 commit d878ed5

File tree

1 file changed

+3
-0
lines changed
  • module/spring-boot-jsonb/src/main/java/org/springframework/boot/jsonb/autoconfigure

1 file changed

+3
-0
lines changed

module/spring-boot-jsonb/src/main/java/org/springframework/boot/jsonb/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 JSON-B.
1919
*/
20+
@NullMarked
2021
package org.springframework.boot.jsonb.autoconfigure;
22+
23+
import org.jspecify.annotations.NullMarked;

0 commit comments

Comments
 (0)