Annotation Type ApiPaginationStart


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface ApiPaginationStart
    This annotation can be applied to a parameter of an ApiEntities method. The parameter must be a String and will be injected with the starting value received in the request. The value injected may be null if no starting value was received in the request.