Add nullability annotations to module/spring-boot-session-hazelcast
See gh-46587
This commit is contained in:
parent
aa9d5ec331
commit
5b973477c3
|
@ -17,4 +17,7 @@
|
|||
/**
|
||||
* Auto-configuration for Spring Session Hazelcast.
|
||||
*/
|
||||
@NullMarked
|
||||
package org.springframework.boot.session.hazelcast.autoconfigure;
|
||||
|
||||
import org.jspecify.annotations.NullMarked;
|
||||
|
|
Loading…
Reference in New Issue