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

support inclusion of manually defined endpoints #61

Closed conorroche closed 9 years ago

conorroche commented 9 years ago

We have some api endpoints implementted in non JAXRS form such as a nodejs endpoint and some spring mvc ones. For these the simplest option would be to be able to include an endpoint either into an existing resource file or a new resource file

conorroche commented 9 years ago

implemented in 1.0.5-SNAPSHOT