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 SummaryRequired Elements
- 
Element Details- 
valueWhere[] value- Returns:
- The where specifications.
 
 
-