joelittlejohn / jsonschema2pojo

Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
http://www.jsonschema2pojo.org
Apache License 2.0
6.24k stars 1.66k forks source link

Add Jakarta annotation supports #1519

Closed doriangrelu closed 1 year ago

doriangrelu commented 1 year ago

Possibility to add annotation support in jakarta instead of javax. Useful for annotations related to validation and also @Generated

generated commented 1 year ago

my name was chosen unwisely

joelittlejohn commented 1 year ago

@doriangrelu We do already hava jakarta validation support. Check out the useJakartaValidation config option.