You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by "Vjacheslav V. Borisov" <sl...@gmail.com> on 2018/06/19 13:47:02 UTC

Swagger2Feature and javadoc

Hi!

Currently Swagger2Feature (and WadlGenerator too) can be configured to
generate methods and params descriptions from javadoc, but it lacks feature
to generate objects properties doc?

E.g If I have Jaxb annoteted object as method param, it will be available
in definitions section, but without properties documentation.

I think this is interesting feature to generate swagger description, then
API documentation from it.