-
Notifications
You must be signed in to change notification settings - Fork 37
XJC Plugin Usage
highsource edited this page Dec 26, 2014
·
1 revision
- Include
jsonix-schema-compiler-plugin-<VERSION>.jar
into the XJC class path. - Include
-Xjsonix
and further-Xjsonix-...
command-line options intoarg/@line
.
See Ant usage or Maven usage.
The jsonix-schema-compiler-plugin-<VERSION>.jar
contains all the required dependencies in one file.
- Usage
- Basic Concepts
- Generation
- Configuration
- Advanced Topics
- Sample Projects
- Troubleshooting
- Development