jax-doclets
jax-doclets copied to clipboard
Feature #47: Support for @ApplicationPath in JAX-RS doclet
Added support for @ApplicationPath in JAX-RS
Fixed #47 "Support for @ApplicationPath in JAX-RS doclet"
Now application path from javax.ws.rs.core.Application child prepended
to resources.
Thanks! But I think that the root path extracted that way should end up at the same place that we store the -jaxrscontext path, since they both serve the same purpose, no?
May be. I know nothing about writting these properties to override command-line props.
OK I'll try to tweak it then.