wirlds-config-processor.0.54.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swirlds-config-processor Show documentation
Show all versions of swirlds-config-processor Show documentation
Swirlds is a software platform designed to build fully-distributed applications that harness the power of the cloud without servers. Now you can develop applications with fairness in decision making, speed, trust and reliability, at a fraction of the cost of traditional server-based platforms.
module com.swirlds.config.processor {
provides javax.annotation.processing.Processor with
com.swirlds.config.processor.ConfigDataAnnotationProcessor;
requires transitive org.antlr.antlr4.runtime;
requires com.swirlds.config.api;
requires com.squareup.javapoet;
requires java.compiler;
requires static transitive com.github.spotbugs.annotations;
requires static transitive com.google.auto.service;
}