Hello Marc,
there is an inconsistency between javadoc and the spec: @PathParam is
(javadoc) allowed also on a PathSegment. This is missing in the spec
(sect "Parameters" = 3.2.2 in current state of SVN).
In this case the value of @PathParam makes no sense IMO, or do I miss
something? Than it could be useful to allow @PathParam without any
value. Another possibility is to use @Context instead of @PathParam on a
PathSegment parameter.
Stephan