Annotation Type WhereSpecifications


  • @Retention(RUNTIME)
    @Target({ANNOTATION_TYPE,TYPE,METHOD})
    @Documented
    @Inherited
    public @interface WhereSpecifications
    Repeatable annotation container for Where.
    Since:
    1.0.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Where[] value  
    • Element Detail

      • value

        Where[] value
        Returns:
        The where specifications.