Modello is a framework for code generation from a simple model.
Modello generates code from a simple model format: based on a plugin architecture, various types of code and descriptors can be generated from the single model, including Java POJOs, XML/JSON/YAML marshallers/unmarshallers, XSD and documentation.
Documentation can be found on the Modello site hosted at Github.io.
This site is generated by running:
mvn -Prun-its,reporting clean verify site site:stage
Modello is licensed under the therms of the MIT License