users@jersey.java.net

Get all *parameters on, both, Properties or Map<String, String>

From: Jose Antonio Illescas del Olmo <jose.illescas_at_gmail.com>
Date: Wed, 9 Jan 2008 12:28:57 +0100

with current-empty-value annotation

    public void get(@*URIParam("")* Properties params)

or with new non-value annotations

    public void get(@*AllURIParam**s* Map<String, String> params)