You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If I add
spring-data-jpa-entity-graph-generator
dependency, then the result XEntityGraph classes has nojakarta.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.The text was updated successfully, but these errors were encountered: