Skip to content

MartyDashP/java-codegen

Repository files navigation

Java Codegen

Description

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

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'

Metadata spec

(TODO)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published