cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

Annotations for declaring responce codes on api method for generating into openapi.json #134

Open zucenko opened 6 years ago

zucenko commented 6 years ago

It would be wonderfull to enhance annotations inside @ApiMethod( like: @ApiMethod( codes={ "204"="success" "404"="probably wrong data" } ) which would be used for generating