Skip to content

Commit b036947

Browse files
committed
Add nullability annotations to module/spring-boot-data-r2dbc
See gh-46587
1 parent fa6e902 commit b036947

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

0 commit comments

Comments
 (0)