Hi,
I'm reading the servlet 3.0 specification and in the paragraph 8.1 it says :
"There are a few annotations from the JAX-RS specification that are being
reused in this specification namely HttpMethod, GET, PUT, POST, DELETE,
HEAD. Eventually these annotations would move to the Common Annotations
specification (JSR 250) if it is shared between the JAX-RS specification
and this specification."
But I can't find anything in the JAX-RS 1.0 spec about that. The Common
Annotations spec is only available on the 1.0 version on the JCP website (
http://jcp.org/en/jsr/detail?id=250), I can't find the 1.1. Does anybody
know if these annotations will end-up in Commons Annotation ?
Thanks,
Antonio