wkennedy / swagger4spring-web

Swagger support for Spring MVC
89 stars 46 forks source link

Non ApiParam/PathVariable showing is documentation #44

Closed wkennedy closed 10 years ago

wkennedy commented 10 years ago

Parameters in API operations that are not marked as @ApiParam, @PathVariable, @RequestBody are displaying. This is not ideal as the parameter might not be applicable to the end user, such as the Spring MVC model object.