teamcarma / swagger-jaxrs-doclet

This fork is no longer actively maintained, please switch to https://github.com/conorroche/swagger-doclet
Apache License 2.0
81 stars 38 forks source link

Allow operations on the root path #132

Closed glucas closed 8 years ago

glucas commented 8 years ago

When operations are associated with the application root path using @Path("") or @Path("/"), make sure that the path is not omitted in the spec.

This change addresses issue #131.