How to provent xjc to generate javadoc header comments? -


i use xjc generate java classes, generated java code contains ungly javadoc headers. e.g. /** *

java class xxx complex type. .... */

how tell xjc not generate this? tried -no-header option. doesn't work.

thanks

that's not header, that's javadoc comment on class itself.

-no-header removes following style very top of file

// // file generated javatm architecture xml binding(jaxb) reference implementation, v2.2.4-2  // see <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>  // modifications file lost upon recompilation of source schema.  // generated on: 2014.03.06 @ 06:14:40 pm gmt  // 

to remove comments have post-process file. question details how can achieved: jaxb xjc possible suppress comment creation in generated classes?


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -