Add package-info.java
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
/**
|
||||||
|
* Repositories live in a @NullMarked package. As of Spring Data 4, JSpecify's
|
||||||
|
* @NullMarked makes non-null the DEFAULT for parameters and return values,
|
||||||
|
* and Spring Data enforces it at runtime.
|
||||||
|
*/
|
||||||
|
@NullMarked
|
||||||
|
package com.ankurm.sdjpa4demo.repo;
|
||||||
|
|
||||||
|
import org.jspecify.annotations.NullMarked;
|
||||||
Reference in New Issue
Block a user