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

7 lines
301 B
Java

module io.gitlab.jfronny.commons.serialize.xml {
requires io.gitlab.jfronny.commons;
requires io.gitlab.jfronny.commons.serialize;
requires static org.jetbrains.annotations;
exports io.gitlab.jfronny.commons.serialize.xml;
exports io.gitlab.jfronny.commons.serialize.xml.wrapper;
}