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
    Specified the default limit.
  • Element Details

    • limit

      int limit
      Specified the default limit.
      Default:
      100