I just added a sample that shows how to use jersey and spring using
annotations provided/supported by spring >= 2.5 [1].
One resource class [2] in this sample app also shows how users of spring
< 2.5 can use annotation based autowiring (via the @Autowire annotation
provided by jersey-spring).