users@jersey.java.net

Re: [Jersey] default method?

From: Moises Lejter <moilejter_at_gmail.com>
Date: Sat, 31 Oct 2009 21:19:25 -0500

But a method w/out a @GET is legal, as a way to switch to a sub-resource,
right?
I guess it might be better if the method was not called at all - but I am
guessing that the runtime did not realize that the return value was not in
fact a sub-resource until an instance was actually returned?

Moises