We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c436c4c commit d1528edCopy full SHA for d1528ed
src/main/java/org/springframework/data/elasticsearch/annotations/Query.java
@@ -15,6 +15,7 @@
15
*/
16
package org.springframework.data.elasticsearch.annotations;
17
18
+import org.springframework.data.annotation.QueryAnnotation;
19
import java.lang.annotation.*;
20
21
/**
@@ -23,11 +24,13 @@
23
24
* @author Rizwan Idrees
25
* @author Mohsin Husen
26
* @author Peter-Josef Meisch
27
+ * @author Steven Pearce
28
29
30
@Retention(RetentionPolicy.RUNTIME)
31
@Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE})
32
@Documented
33
+@QueryAnnotation
34
public @interface Query {
35
36
0 commit comments