Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 635 Bytes

Readme.md

File metadata and controls

15 lines (12 loc) · 635 Bytes

raml2code-jaxrs-interfaces

Build Status

This create JAX-RS interfaces in Groovy, we believe that defining a contract is more important that create a full SDK.

Important notes:

We use the optional resource.displayName to name resource classes, if you use this generator don't forget to provide it. Example:

  /cats:
    displayName: Gatitos

Will generate GatitosResource

This is part of the raml2code project.