Hello,
I would like to mark a couple of API operations as deprecated. I used the @Deprecated annotation, but this doesn't help in displaying that the method is deprecated in the docs.
I was wondering if the @ApiOperation annotation has a deprecated property that I can set. As far as I looked around, I didn't find @ApiOperation having such a property.
Thanks