Annotation Interface WhereSpecifications
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,TYPE,METHOD})
@Documented
@Inherited
public @interface WhereSpecifications
Repeatable annotation container for
Where
.- Since:
- 1.0.0
- Author:
- graemerocher
-
Required Element Summary
-
Element Details
-
value
Where[] value- Returns:
- The where specifications.
-