users@jsr311.java.net

Re: _at_PathParam(...) PathSegment ps

From: Stephan Koops <Stephan.Koops_at_web.de>
Date: Wed, 04 Jun 2008 15:53:24 +0200

> Another (simpler) possibility is to only allow List<PathSegment> and
> not support List<other_types>. @PathParam would always apply to the
> most recent path parameter and, in the case of limited=false,
> List<PathSegment> would decompose the value into individual path segments.
+1 !!