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 2019/03/30 14:12:00 UTC

[jira] [Created] (JUNEAU-102) Expanded REST annotations

James Bognar created JUNEAU-102:
-----------------------------------

             Summary: Expanded REST annotations
                 Key: JUNEAU-102
                 URL: https://issues.apache.org/jira/browse/JUNEAU-102
             Project: Juneau
          Issue Type: New Feature
          Components: Code
    Affects Versions: 8.0.0
            Reporter: James Bognar
            Assignee: James Bognar


Expand the functionality of the @RestResource and @RestMethod annotations to include more available functionality by explicitly listing capabilities:

{{@RestResource(}}
{{   bp=@Bp(}}
{{      // Bean properties}}
{{   ),}}
{{   sp=@Sp(}}
{{      // Serializer properties}}
{{      jsonp=@JsonP(}}
{{         // JsonSerializer properties}}
{{      )}}
{{   ),}}
{{   pp=@Pp(}}
{{   )}}
{{)}}

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)