n.i18n-regions.1.7.0.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 i18n-regions Show documentation
Show all versions of i18n-regions Show documentation
Provides the service loader for Regions, and some utilities to deal with regions generally
module org.meeuw.i18n.regions {
exports org.meeuw.i18n.regions.bind.jaxb;
exports org.meeuw.i18n.regions.persistence;
exports org.meeuw.i18n.regions.validation;
exports org.meeuw.i18n.regions.validation.impl;
exports org.meeuw.i18n.regions.spi;
exports org.meeuw.i18n.regions;
requires static java.validation;
requires static java.xml.bind;
requires static org.checkerframework.checker.qual;
requires static java.persistence;
requires static java.annotation;
requires transitive nv.i18n;
requires java.logging;
requires org.meeuw.i18n.languages;
uses org.meeuw.i18n.regions.spi.RegionProvider;
uses java.util.spi.LocaleNameProvider;
uses java.util.spi.LocaleServiceProvider;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy