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 7725689 commit 1e96f7fCopy full SHA for 1e96f7f
src/main/java/org/springframework/data/elasticsearch/annotations/MultiField.java
@@ -22,13 +22,14 @@
22
* @author Mohsin Husen
23
* @author Artur Konczak
24
* @author Jonathan Yan
25
+ * @author Xiao Yu
26
*/
27
@Retention(RetentionPolicy.RUNTIME)
28
@Target(ElementType.FIELD)
29
@Documented
30
public @interface MultiField {
31
- public Field mainField();
32
+ Field mainField();
33
- public InnerField[] otherFields() default {};
34
+ InnerField[] otherFields() default {};
35
}
0 commit comments