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!