Add nullability annotations to module/spring-boot-hateoas

See gh-46587
This commit is contained in:
Moritz Halbritter 2025-07-31 10:26:25 +02:00
parent 73abf7f474
commit 363ddb5115
1 changed files with 3 additions and 0 deletions

View File

@ -17,4 +17,7 @@
/**
* Auto-configuration for Spring HATEOAS.
*/
@NullMarked
package org.springframework.boot.hateoas.autoconfigure;
import org.jspecify.annotations.NullMarked;