users@tyrus.java.net

_at_PathParam types

From: Gerard Davison <gerard.davison_at_oracle.com>
Date: Wed, 15 May 2013 11:51:55 +0100

Hi,

In the JSR spec section 4.3 it states that @PathParam can be used on "parameters are String, any Java Primitive type, or boxed version thereof". But in sections 4.4->4.7 they say "zero to n String parameters annotated with @PathParam annotations".

Which is intended to be correct? I suspect 4.3 but I wanted to be sure.

Gerard