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?
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?
Assuming you have generated .java
files from .xsd
- yes, they are regular classes which you can modify, comment and document.
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