Hi Paul,
I want to add some WadlGenerationConfiguration to jersey, so that one
can configure the wadl-generation stuff like the maven-wadl-plugin.
There should be some property like
com.sun.jersey.config.property.wadlGeneratorConfigClass
that allows the user to specify some class, that provides the required
configuration properties.
I would have a look at how PackagesResourceConfig is used. Do you have
another thing that provides a good start for this?
Cheers,
Martin