mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
Add nullability annotations to module/spring-boot-data-elasticsearch
See gh-46587
This commit is contained in:
+3
@@ -17,4 +17,7 @@
|
||||
/**
|
||||
* Auto-configuration for Spring Data Elasticsearch health.
|
||||
*/
|
||||
@NullMarked
|
||||
package org.springframework.boot.data.elasticsearch.autoconfigure.health;
|
||||
|
||||
import org.jspecify.annotations.NullMarked;
|
||||
|
||||
+3
@@ -17,4 +17,7 @@
|
||||
/**
|
||||
* Auto-configuration for Spring Data Elasticsearch.
|
||||
*/
|
||||
@NullMarked
|
||||
package org.springframework.boot.data.elasticsearch.autoconfigure;
|
||||
|
||||
import org.jspecify.annotations.NullMarked;
|
||||
|
||||
+3
@@ -17,4 +17,7 @@
|
||||
/**
|
||||
* Elasticsearch health integration using Spring Data Elasticsearch.
|
||||
*/
|
||||
@NullMarked
|
||||
package org.springframework.boot.data.elasticsearch.health;
|
||||
|
||||
import org.jspecify.annotations.NullMarked;
|
||||
|
||||
Reference in New Issue
Block a user