dwickern / swagger-play

Swagger API docs for Play Framework
Apache License 2.0
22 stars 4 forks source link

Exclude Action and Result types from being used as models #3

Closed dwickern closed 3 years ago

dwickern commented 3 years ago

Prevent Action and Result from being inferred as a return type. Instead use annotations to declare the type.