I am trying to specify an uri template that lets the users specify a
query string
as a uri parameter. For example, @UriTemplate("customers[{query}]").
However, I would like the [{query}] portion to be optional. Is there anyway
to specify this in jersey?
Peter