The project is designed to generate Java source code from the metadata described in the files. The project is based on the JavaPoet library which is provide for generating source code. The Java Codegen is a wrapper responsible for read metadata and calling JavaPoet API.
Download the latest library from repository or depend via Maven:
<dependency>
<groupId>io.github.martydashp</groupId>
<artifactId>java-codegen</artifactId>
<version>1.1.0</version>
</dependency>or Gradle:
implementation 'io.github.martydashp:java-codegen:1.1.0'(TODO)