Annotation Interface 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 SummaryNested Classes
- 
Field SummaryFields
- 
Field Details- 
DEFAULT_LIMITstatic final int DEFAULT_LIMIT- See Also:
 
 
-