users@jersey.java.net

[Jersey] Re: asm.jar not needed for custom application?

From: Leonardo <sombriks_at_gmail.com>
Date: Thu, 13 Jan 2011 09:06:48 -0300

2011/1/13 Paul Sandoz <Paul.Sandoz_at_oracle.com>:
>(...)
>>
>> So is it correct that I can omit asm.jar in case I am not using asm on my
>> own, and I am providing my own implementation of
>> javax.ws.rs.core.Application?
>>
>
> Yes.
>
> Paul.
>

I have a small curiosity: is there any example with code using this approach?