.jonix-onix2.2023-05-onix308.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 jonix-onix2 Show documentation
Show all versions of jonix-onix2 Show documentation
Collection of classes for processing Onix-2 sources
module jonix.onix2 {
requires transitive jonix.common;
requires transitive jonix.xml;
requires transitive java.xml;
exports com.tectonica.jonix.onix2;
opens com.tectonica.jonix.onix2; // reflection is not blocked (needed for JSON serialization etc.)
}