users@jersey.java.net

[Jersey] How do you disable specific paths from being included in Jersey WADL generation?

From: <caoilte_at_gmail.com>
Date: Thu, 11 Oct 2012 19:33:55 +0000 (GMT)

We are using Jersey to generate API documentation for our REST service,
but there are some APIs that we do not want to document.

I'm looking for a way to disable documentation generation for some
paths. An annotation would be fine, or a configuration option for
WADLResource.

Unfortunately I can't find any documentation.