Add Java '@Generated' annotation to generated classes
Closed this issue · 1 comments
LachlanMcKee commented
It would be useful to add the @javax.annotation.Generated
annotation to all generated code.
The benefits of this is that the classes will easier to exclude from automatic code analysis tools, and inform users to avoid modifying the class.
LachlanMcKee commented
Change has been implemented.