I see some are using Jersey w/ Spring. With Spring 3.0 there are now annotations available to make RESTful APIs directly in a controller. Why should I consider using Jersey
Spring 3 is backwards compatible so you can use Jersey.
What you get is not tying your application to a propietary API.
Jersey pros:
EDIT
A (very nice) Comparison of Spring MVC and JAX-RS