phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

Add @Generated class level annotation #297

Closed stojsavljevic closed 5 years ago

stojsavljevic commented 5 years ago

Adding @Generated annotation can be useful when using certain tools like JaCoCo because that way generated classes will be ignored from scanning. This should be optional feature, false by default.