Skip to content

Commit 363ddb5

Browse files
committed
Add nullability annotations to module/spring-boot-hateoas
See gh-46587
1 parent 73abf7f commit 363ddb5

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

0 commit comments

Comments
 (0)