all javax modules are being replaced with jakarta, this includes @javax.annotation.Generated. This is replaced by @jakarta.annotation.Generated, allow users to choose which annotation they want on the generated classes.
(Related to assertj/assertj-generator#194 )
(I'm also making a PR for this one)
all javax modules are being replaced with jakarta, this includes
@javax.annotation.Generated. This is replaced by@jakarta.annotation.Generated, allow users to choose which annotation they want on the generated classes.(Related to assertj/assertj-generator#194 )
(I'm also making a PR for this one)