mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 12:02:10 +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 Artur Konczak
|
||||
* @author Jonathan Yan
|
||||
* @author Xiao Yu
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.FIELD)
|
||||
@Documented
|
||||
public @interface MultiField {
|
||||
|
||||
public Field mainField();
|
||||
Field mainField();
|
||||
|
||||
public InnerField[] otherFields() default {};
|
||||
InnerField[] otherFields() default {};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user