users@jersey.java.net

Re: [Jersey] Adding new annotations to Jersey

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 12 Nov 2009 14:52:16 +0100

On Nov 11, 2009, at 8:46 AM, Cemo Koc wrote:

>
> Hi all,
>
> What is best way to add new annotations to Jersey. Is there any
> mechanism
> for this?
>

It depends. What do you want to do?

For example, runtime annotations are accessible and can be processed by:

   1) Resource filters;

   2) Message body readers and writers; and

   3) String reader providers.

   4) Injectable providers.

Paul.