I'm using Swagger to generate documentation for Apache CXF RESTful API. I'm having xsd and DTOs are generated from xsd using xjc plugin.I want swagger to show up the documentation of each element from xsd under Response Class - Model section of swagger.
I don't have control on the generated DTOs as it's shared across multiple project. I can't annotate the DTO object with swagger annotation as suggested in some examples.