jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
203 stars 59 forks source link

Define usage of javax.annotation.processing.Generated #501

Closed lukasj closed 1 year ago

lukasj commented 1 year ago

SE 9 marked javax.annotation.Generated (the predecessor of jakarta.annotation.Generated) as deprecated for removal (removed it in SE 11) and added javax.annotation.processing.Generated as a replacement. The spec should define/allow usage of both - jakarta.annotation.Generated as well as javax.annotation.processing.Generated.