Annotation Type RestPageableQueries


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface RestPageableQueries
    This annotation annotation allows the definition of multiple RestPageableQuery.
    Author:
    Dmitry Kornilov
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      RestPageableQuery[] value
      (Required) An array of REST pageable queries.
    • Element Detail