users@glassfish.java.net

Re: [Asking]About org.jvnet.hk2.annotations.Decorate

From: Tang Yong <tangyong_at_cn.fujitsu.com>
Date: Wed, 27 Feb 2013 16:18:23 +0900

Jwells,

I found that the Decorate annotation definitions between
hk2-deprecated-XXX.jar and hk2-api-2.0.0.jar are different as following:

[hk2-api-2.0.0.jar]
...
Class<? extends Annotation>[] with();
...

[hk2-deprecated-XXX.jar]
...
Class<? extends Annotation> with();
...

So, do you notice the change?

Thanks
--Tang

Tang Yong wrote:
> Hi Jwells, Team
>
> I have a question about org.jvnet.hk2.annotations.Decorate.
>
> Now, this org.jvnet.hk2.annotations.Decorate has been deprecated and can
> be found in hk2-deprecated.jar.
>
> I want to ask how to replace org.jvnet.hk2.annotations.Decorate with
> some annotation in current hk2 release?
>
> Thanks
> --Tang
>
>