dev@jsr311.java.net

some comments

From: Stephan Koops <Stephan.Koops_at_web.de>
Date: Tue, 18 Mar 2008 22:25:12 +0100

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