users@jersey.java.net

Re: non-standard annotations in jersey?

From: Ákos Maróy <maroy_at_euedge.com>
Date: Mon, 07 Jan 2008 15:55:12 +0100

Paul,

> You should be able to use those now. I just downloaded the latest
> "jersey-snapshot-0.5-ea.zip" and "jersey-0.5-ea.zip", the examples use
> @GET and @Path annotations that are present in the 311 jar (and src) and
> documented in the 0.5 API [1].
>
> @UriTemplate [2] is from the 0.4 API and that was renamed to @Path [3],
> which is from from the 0.5 API. Were you thinking they were the other
> way around?

actually I was, as the spec documentation downloadable here:
http://jcp.org/aboutJava/communityprocess/edr/jsr311/index.html is the
other way around..


thanks for clearing this up!


Akos