You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (Jira)" <ji...@apache.org> on 2020/05/10 19:49:00 UTC

[jira] [Created] (JUNEAU-225) @QueryParams annotation.

James Bognar created JUNEAU-225:
-----------------------------------

             Summary: @QueryParams annotation.
                 Key: JUNEAU-225
                 URL: https://issues.apache.org/jira/browse/JUNEAU-225
             Project: Juneau
          Issue Type: Improvement
            Reporter: James Bognar


Add a convenience annotation for specifying annotations such as @Query that tend to have duplicated information on a REST API that can be applied to the REST class.
{code:java}
@QueryParams({
   @Query(name="foo",description="foobar"),...
}){code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)