java-commons/commons-serialize-generator.../src/main/java/module-info.java

7 lines
363 B
Java

module io.gitlab.jfronny.commons.serialize.generator.example {
requires static io.gitlab.jfronny.commons.serialize.generator.annotations;
requires io.gitlab.jfronny.commons;
requires io.gitlab.jfronny.commons.serialize;
requires io.gitlab.jfronny.commons.serialize.databind.api;
exports io.gitlab.jfronny.commons.serialize.generator.example;
}