Add package-info.java

This commit is contained in:
2026-07-25 05:36:31 +00:00
parent 302eaab66f
commit 7eb279d254

View File

@@ -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;