Annotation Type RestPageable


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface RestPageable
    Collection fields annotated by this annotation support pagination in JPARS service.
    Author:
    Dmitry Kornilov
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int limit
      Specified the default limit.
    • Element Detail

      • limit

        int limit
        Specified the default limit.
        Default:
        100