swagger-core
swagger-core copied to clipboard
make @ApiResponse repeatable
I think it will generally a good idea to make @ApiResponse annotation as repeatable. We are using swagger a lot and each time wrapping it within @ApiResponses is not very fun.
This is the case in Swagger 2.X (OpenApi 3.0) where @ApiResponses has been dropped.