You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsonschema2pojo-users
Is there a way to support generation of swagger annotations? Our development process starts with JSON schema definitions of the data model. The generated Java code is used in the REST API definitions. And, swagger is used to automate the generation of API docs; swagger json as well as markdown files.
In this chain, the json schema description field is lost. Being generated as javadoc only helps with the javadoc of the data model. It would be nice to support the generation of some of the swagger annotation such as ApiModelProperty