Add package-info.java files.

This commit is contained in:
Peter-Josef Meisch 2024-03-05 20:03:42 +01:00
parent debf04b499
commit 9472161808
No known key found for this signature in database
GPG Key ID: DE108246970C7708
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
@org.springframework.lang.NonNullApi
@org.springframework.lang.NonNullFields
package org.springframework.data.elasticsearch.repository.support.querybyexample;

View File

@ -0,0 +1,3 @@
@org.springframework.lang.NonNullApi
@org.springframework.lang.NonNullFields
package org.springframework.data.elasticsearch.repository.support.spel;

View File

@ -0,0 +1,3 @@
@org.springframework.lang.NonNullApi
@org.springframework.lang.NonNullFields
package org.springframework.data.elasticsearch.repository.support.value;