Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

xjc-documentation-annotation-plugin-example-gradle

This is gradle demo project to show how to use Java code generation from XSD scheme with xjc-documentation-annotation-plugin.

Please note it is independent project, not gradle submodule of plugin!

For run generation just invoke:

./gradlew xjcGenerate

After compilation you will find generated classes in src/main/generated-java

Then you may with run tests:

./gradlew check