views:

130

answers:

4

hi,

i am working with Jaxb. and i would like to generate javaDoc files from these classes, is it the same way as i would do it to a regular java files?

A: 

Assuming you have generated .java files from .xsd - yes, they are regular classes which you can modify, comment and document.

Bozho
A: 
Intellectual Tortoise
A: 

A more direct approach (from the JAXB tutorial) which addresses the concerns above: https://jaxb.dev.java.net/tutorial/section_5_4-Adding-Documentation.html#Adding%20Documentation

Intellectual Tortoise
A: 

And what about using xs:documentation as javadoc in xmlbeans?

ciekawy