How can I configure JAXB to automatically copy my XSD documentation into
the javadocs? Currently it is ignoring my documentation.
I understand I can also annotate the schema with JAXB specific javadoc
contents but first I want to get what is already there that is not Java
specific. How can I do this?
-Dave