FroMage / jax-doclets

Set of JavaDoc doclets for modern Java annotations APIs
http://www.lunatech-labs.com/open-source/jax-doclets
GNU Lesser General Public License v3.0
26 stars 23 forks source link

Feature #47: Support for @ApplicationPath in JAX-RS doclet #48

Open grossws opened 11 years ago

grossws commented 11 years ago

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.
FroMage commented 11 years ago

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?

grossws commented 11 years ago

May be. I know nothing about writting these properties to override command-line props.

FroMage commented 11 years ago

OK I'll try to tweak it then.