Add nullability annotations to module/spring-boot-hateoas
See gh-46587
This commit is contained in:
parent
73abf7f474
commit
363ddb5115
|
@ -17,4 +17,7 @@
|
||||||
/**
|
/**
|
||||||
* Auto-configuration for Spring HATEOAS.
|
* Auto-configuration for Spring HATEOAS.
|
||||||
*/
|
*/
|
||||||
|
@NullMarked
|
||||||
package org.springframework.boot.hateoas.autoconfigure;
|
package org.springframework.boot.hateoas.autoconfigure;
|
||||||
|
|
||||||
|
import org.jspecify.annotations.NullMarked;
|
||||||
|
|
Loading…
Reference in New Issue