Play with swagger

Hi.
I’m using play with swagger and try to find a sample project which uses the annotation of swagger with the play framework.

Any suggestions?

I use https://github.com/iheartradio/play-swagger. You just have to add doc comments to your route file and add a swagger.yml config file in /conf. It will build the Swagger doc for you.