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 annotations for excluding fields/classes/operations #134

Closed conorroche closed 8 years ago

conorroche commented 8 years ago

Currently we support annotations for excluding params but not for fields/classes/operations, we should add this. This would also be a way to address pull request #133