[
https://issues.jboss.org/browse/JBIDE-16824?page=com.atlassian.jira.plugi...
]
Xavier Coulon updated JBIDE-16824:
----------------------------------
Description:
See JAX-RS Spec Appendix A (p66):
NameBinding
{quote}
Meta-annotation to create annotations for binding filters or interceptors to resource
methods and applications. Name binding is only supported as part of the Server API.
{quote}
was:
See JAX-RS Spec Appendix A (p66):
NameBinding
{quote}
Meta-annotation to create annotations for binding filters or interceptors to resource
methods and applications. Name binding is only supported as part of the Server API.
{quote}
Suspended
{quote}
Indicates that a resource method is asynchronous. I.e., that it does not produce a
response upon returning. JAX-RS implementations will suspend the incoming connection until
a response becomes available.
{quote}
PreMatching
{quote}
Global binding annotation that can be applied to a container filter to indicate that it
should be applied globally and before the resource method is matched.
{quote}
BeanParam
{quote}
Can be used to inject a user-defined bean whose fields and properties may be annotated
with JAX-RS param annotations.
{quote}
ConstrainedTo
{quote}
Can be used to restrict the applicability of a provider to just the Client API or just the
Server API. If omitted, a provider can be used in either context.
{quote}
ParamConverter.Lazy
{quote}
Indicates that a conversion of a default value delegated to a ParamConverter SHOULD occur
only when the value is actually requested.
{quote}
Provide support for new @NameBinding JAX-RS Annotations
-------------------------------------------------------
Key: JBIDE-16824
URL:
https://issues.jboss.org/browse/JBIDE-16824
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: webservices
Affects Versions: 4.1.1.Final
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Fix For: 4.2.0.Beta1
See JAX-RS Spec Appendix A (p66):
NameBinding
{quote}
Meta-annotation to create annotations for binding filters or interceptors to resource
methods and applications. Name binding is only supported as part of the Server API.
{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira