Annotation Type ApiQuery


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface ApiQuery
    This allows a model to process queries from the URL. The method should take in a query string and pagination settings. It should return some collection of Resources.