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
-
<section role="region">
-
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
-