Provide support for new @Suspended JAX-RS Annotation
----------------------------------------------------
Key: JBIDE-16823
URL:
https://issues.jboss.org/browse/JBIDE-16823
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):
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}