Example projects for Binis CodeGen Library.
Annotation processor based code generation example is located in /annotation folder. This technique keeps the prototypes inside the project.
Multi-module project example with generating code out of the actual project itself. The example is located in /external folder. This technique keeps the prototypes outside the actual project. Run BuildAll.bat. Note: On first run you will have to run it twice to work.
For more usage examples please see [https://github.com/binis2/code-generation]
Core - [https://github.com/binis2/code-generation-core]
Generation Module - [https://github.com/binis2/code-generation]
Spring Extension - [https://github.com/binis2/code-generation-spring]
Tests mocking suite - [https://github.com/binis2/code-generation-test]
Annotation processor - [https://github.com/binis2/code-generation-annotation]
Validation and Sanitization extension - [https://github.com/binis2/code-generation-validation]