swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

Support new swagger versions for all play versions #173

Open fcappi opened 6 years ago

fcappi commented 6 years ago

Hi team,

I think a good improvement in swagger play would be to separate the logic that extracts information (from routes file, classes to be scanned, etc) from the logic that builds the swagger JSON.

This way old versions of play would still support new versions of swagger.

What do you think?