Open
Description
I'm trying to add swagger support to an existing RestletApplication. I can't seem to find a way to add annotations or code to add query parameters to a swagger resource definition.
ie:
If I have a filter query parameter accessed in a @get RestResource, I can't use the @ApiParam annotation as it doesn't work outside a jax-rs definition, but I haven't found an alternative either.