spring-data-jpa-entity-graph
spring-data-jpa-entity-graph copied to clipboard
Add Generated annotation to result XEntityGraph classes
If I add spring-data-jpa-entity-graph-generator dependency, then the result XEntityGraph classes has no jakarta.annotation.Generated annotation upon them (in comparison to jpamodelgen).
As a result, the errorprone plugin finds some errors within those classes.
Is it possible to add jakarta.annotation.Generated annotation to generated classes? It would even better, if one could tune this behaviour and declare custom annotations.
Yes. Would you like to contribute with a pull request?