Is there a way to generate XML Schema (xsd) with documentation ( <xsd:annotation> / <xsd:documentation>) from javadoc comments in classes? I know that the opposite is possible (e.g. generation of classes with javadoc comments from xsd with comments).
Please advice.
source
share