On Nov 7, 2007, at 7:56 AM, Paul Sandoz wrote:
> Ryan McDonough wrote:
>> @Stateless
>> @UriTemplate("/people")
>> public class PeopleServiceBean {
>> @GET("{id}")
>> public Person getPersonById(@UriParam("id") String id) {...
Won't the most common case be that the return type is "Response"?
Stefan
--
Stefan Tilkov, http://www.innoq.com/blog/st/