users@jersey.java.net

[Jersey] Can I use both Declarative Hyperlinking and xjc?

From: <wykoffkb_at_yahoo.com>
Date: Fri, 27 Jul 2012 13:52:22 +0000 (GMT)

I have a web services application written with Jersey that I would like
to make RESTful. I would like to use the declarative hyperlinking, but
my POJOs are generated with xjc. Is there a way to write my XSD so that
xjc will generate the proper annotations for hyperlinking? Or will I
have to give up my use of xjc?

Thanks!