Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 541 Bytes

File metadata and controls

15 lines (8 loc) · 541 Bytes

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