dev@jersey.java.net

Anyway to specify optional value in an uri template?

From: Peter Liu <Peter.Liu_at_Sun.COM>
Date: Tue, 02 Oct 2007 17:37:06 -0700

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