mulesoft-labs / raml-for-jax-rs

This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
Other
296 stars 181 forks source link

Add option to disable generation of wrapped response classes #411

Closed coenvl closed 4 years ago

coenvl commented 4 years ago

Implementation of an option to disable generating Response wrapped around return types. This solves #410

jpbelang commented 4 years ago

Hey, Thanks for the PR. I'll be checking it out this friday, but so far it looks good.