We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e96f7f commit 9cb9c72Copy full SHA for 9cb9c72
src/main/java/org/springframework/data/elasticsearch/annotations/MultiField.java
@@ -15,7 +15,11 @@
15
*/
16
package org.springframework.data.elasticsearch.annotations;
17
18
-import java.lang.annotation.*;
+import java.lang.annotation.Documented;
19
+import java.lang.annotation.ElementType;
20
+import java.lang.annotation.Retention;
21
+import java.lang.annotation.RetentionPolicy;
22
+import java.lang.annotation.Target;
23
24
/**
25
* @author Rizwan Idrees
0 commit comments