mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 20:12:11 +00:00
DATAES-638 - Remove redundant public modifiers in @MultiField.
Original PR: #303
This commit is contained in:
parent
7725689606
commit
1e96f7f3b4
@ -22,13 +22,14 @@ import java.lang.annotation.*;
|
|||||||
* @author Mohsin Husen
|
* @author Mohsin Husen
|
||||||
* @author Artur Konczak
|
* @author Artur Konczak
|
||||||
* @author Jonathan Yan
|
* @author Jonathan Yan
|
||||||
|
* @author Xiao Yu
|
||||||
*/
|
*/
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Target(ElementType.FIELD)
|
@Target(ElementType.FIELD)
|
||||||
@Documented
|
@Documented
|
||||||
public @interface MultiField {
|
public @interface MultiField {
|
||||||
|
|
||||||
public Field mainField();
|
Field mainField();
|
||||||
|
|
||||||
public InnerField[] otherFields() default {};
|
InnerField[] otherFields() default {};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user