ck-java.jbock.5.19.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 jbock Show documentation
Show all versions of jbock Show documentation
jbock annotations and utils
The newest version!
/**
* jbock runtime package: annotations and API.
* The generated parser is annotated with
* {@code javax.annotation.processing.Generated},
* so {@code java.compiler} is also required.
*/
module net.jbock {
requires transitive java.compiler;
requires transitive io.jbock.util;
exports net.jbock;
exports net.jbock.util;
exports net.jbock.model;
exports net.jbock.contrib;
exports net.jbock.parse;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy