Annotation Type PageSize


  • @Retention(RUNTIME)
    @Target({TYPE,PACKAGE,METHOD})
    @Documented
    public @interface PageSize
    Defines the default page size for the annotated type, method or package
    Author:
    cdivilly
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static int NOT_PAGED
      Indicates a Resource is not paged
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      The number of items in each page
    • Field Detail

      • NOT_PAGED

        static final int NOT_PAGED
        Indicates a Resource is not paged
    • Element Detail

      • value

        int value
        The number of items in each page
        Returns:
        number of items in each page