restful-api-description-language / RADL

RADL: A description language and tooling for hypermedia-driven RESTful APIs
Apache License 2.0
23 stars 5 forks source link

Configure header for generated code #27

Closed RaySinnema closed 9 years ago

RaySinnema commented 9 years ago

Many projects have guidelines for headers in source code, for instance to state copyright. Some projects even check that using tools like CheckStyle, and fail the build if the header doesn't match the required pattern. To work well for such projects, RADL's code generation should be configurable with the header to include.

RaySinnema commented 9 years ago

Fixed in core-1.0.15 and gradle-1.0.12.