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