I believe you need to use: import javax.annotation.Resource;
Which is part of the JEE 5 jars. -jeff On Tue, Jan 6, 2009 at 1:07 PM, juan.velez <[email protected]> wrote: > > I am trying to use the WebServiceContext and from what I have read it > indicates you need to annotate it within your SEI implementation class with > the @Resource annotation. However, I do not see to find this annotation in > any API Doc (CXF or Spring or JDK). Where is it? > > Thank you, > > Juan > -- > View this message in context: > http://www.nabble.com/what%27s-the-package-for-%40Resource-annotation--tp21315655p21315655.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
