Provide support for new @ConstrainedTo JAX-RS Annotation
--------------------------------------------------------
Key: JBIDE-16826
URL:
https://issues.jboss.org/browse/JBIDE-16826
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.Beta2
See JAX-RS Spec Appendix A (p66):
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}