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.