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

7 lines
301 B
Java
Raw Normal View History

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;
2024-04-13 20:41:13 +02:00
exports io.gitlab.jfronny.commons.serialize.xml.wrapper;
}