Annotation Type PagedResponse
@Retention(RUNTIME)
@Target(METHOD)
@InterceptorAnnotation(Processor.class)
public @interface PagedResponse
Renders
Pageable
to HTTP by honoring the current page, links to next page, etc.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
-
Field Summary
-
Field Details
-
DEFAULT_LIMIT
static final int DEFAULT_LIMIT- See Also:
-