e-http-javalin-generator.1.34.source-code.module-info Maven / Gradle / Ivy
module io.avaje.http.javalin.generator {
provides javax.annotation.processing.Processor with io.avaje.http.generator.javalin.JavalinProcessor;
requires java.compiler;
requires java.sql;
// SHADED: All content after this line will be removed at package time
requires transitive io.avaje.http.generator.core;
}