wkennedy / swagger4spring-web

Swagger support for Spring MVC
89 stars 46 forks source link

Excluding an API #17

Closed mzruya closed 11 years ago

mzruya commented 11 years ago

@ApiExclude add an annotation which allows one to specify which controller classes or methods he wishes not to document in the swagger generated API

wkennedy commented 11 years ago

Great changes! I've merged them into the project. Thanks!