I have been trying to expand upon the example provided in Chapter 6 (Declarative Hyperlinking) of the Jersey 1.12 documentation but appear to have hit a wall with regard to
My reading of that documentation says you could do something like this (untested!):
@Ref(value="/offerings/{offeringId}/widgets/{widgetId}", style=ABSOLUTE) URI uri;