Annotation Type ApiPaginationLimit
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface ApiPaginationLimit
This annotation can be applied to a parameter of an ApiEntities method. The parameter must be an int and will be injected with the limit value received in the request. The value injected may be less than zero if no limit value was included in the request.