LachlanMcKee/gsonpath

Add Java '@Generated' annotation to generated classes

Closed this issue · 1 comments

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.

Change has been implemented.