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/05/14 00:47:00 UTC

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

     [ https://issues.apache.org/jira/browse/JUNEAU-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Bognar resolved JUNEAU-102.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 8.0.1

> 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
>            Priority: Major
>             Fix For: 8.0.1
>
>
> 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)