Skip to content

Commit 481ed5b

Browse files
committed
Add nullability annotations to module/spring-boot-data-cassandra
See gh-46587
1 parent f9a6217 commit 481ed5b

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

0 commit comments

Comments
 (0)