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.
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.*overjavax.annotation.*.For
@NotNullannotations this can be done with themodelValidationAnnotationcodegen option but there is no such option for the@Generatedannotation short of disabling that feature altogether withaddGeneratedAnnotation.Describe the solution you'd like
Add a
generatedAnnotationcodegen option or something like it?Describe alternatives you've considered
Can't think of any but I defer to you.