-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for swagger-annotations #56
Comments
My API path is just a slash because I use web application context paths instead. I use
|
this has been logged already by issue 12 though is probably a subset of that |
@TuomasKiviaho note that you can use the @resourcePath tag to override the /root |
I'll close this issue as start to track the #12 then (sorry about the duplicate) and thanks for the pointer to javadoc tag. Too bad that I'm still relying on swagger on some areas so I'd be forced to duplicate the descriptions. |
It would be nice if swagger annotations could be used alongside JAX-RS, JAXB and validation annotations. These might overlap slightly because with
@ApiParam
you can declare@Min/@Max
as well as declare@GET/@PUT/@POST
... These cases have been documented quite well and I guess this annotation would be used for notes (when available) instead of javadoc. This would minimize transition efforts from swagger-jaxrs to doclet and ensure better interoperability between the both approaches.The text was updated successfully, but these errors were encountered: