Re: _at_PathParam(...) PathSegment ps
> 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 !!