users@jersey.java.net

Re: [Jersey] AbstractResources

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Fri, 02 Oct 2009 13:26:54 +0200

Hi Cameron,

Can you describe a bit about what you would like to do?

On Oct 2, 2009, at 12:19 PM, Cameron Jones wrote:

> Hi,
>
> I'm not very familiar with annotations processing or the jersey
> implementation, is there an easy way to access a resource's
> annotations?
>
> The AbstractResource class has the kind of methods i am looking for
> but is it accessible to resources?
>

There is currently no publicly available functionality to obtain the
AbstractResource from a resource class. Such functionality would be
very easy to expose. But it would help if i can understand what you
use-case is.

Paul.