@Inherited @FilterBinding @Documented @Retention(value=RUNTIME) public @interface WhereFilter
FilterBinding annotation representing a Filter
produced from a CohQL where clause.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The CohQL query expression.
|