On Mar 17, 2008, at 6:55 PM, Marc Hadley wrote:
> I propose to change the parameter types that can be annotated with
> @*Param to include List. E.g. you could do:
>
> @GET
> Foo getFoo(@QueryParam("bar") List<String> bars) {...}
>
My apologies if this is a dumb question, but what would the URI look
like? Multiple bar=... query params?
Stefan
--
Stefan Tilkov, http://www.innoq.com/blog/st/
> The list member type would be the same as currently supported, i.e.
> any type that has a String cnstructor or valueOf(String) method.
>
> Using the @DefaultValue annotation with a List<?> type will ensure
> the parameter always has at least one member whose value is
> specified by the @DefaultValue annotation.
>
> Any objections ?
> Marc.
>
> ---
> Marc Hadley <marc.hadley at sun.com>
> CTO Office, Sun Microsystems.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jsr311.dev.java.net
> For additional commands, e-mail: dev-help_at_jsr311.dev.java.net
>
>