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
Is your feature request related to a problem? Please describe.
With upgrading to Spring Boot 3 and its accompanying Jakarta migration, I would like to switch to using jakarta.annotation.* over javax.annotation.*.
For @NotNull annotations this can be done with the modelValidationAnnotation codegen option but there is no such option for the @Generated annotation short of disabling that feature altogether with addGeneratedAnnotation.
Describe the solution you'd like
Add a generatedAnnotation codegen option or something like it?
Describe alternatives you've considered
Can't think of any but I defer to you.
wollowizard, michaelnetbiz, scoobyzhang, jufab, Cotterale and 3 more