org.meeuw.i18n.regions.validation.package-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
/**
*
* The package provides the {@link org.meeuw.i18n.regions.validation.ValidRegion} annotation, which can be used
* to add some restrictions to the values of {@link org.meeuw.i18n.regions.Region}s.
*
*
* {@link org.meeuw.i18n.regions.validation.RegionValidatorService} provides some utilities to use these annotation also for filtering lists of {@code Region}s (e.g. via {@code RegionService#stream().filter(}}
*
* @see org.meeuw.i18n.regions.RegionService
* @see org.meeuw.i18n.regions.validation.RegionValidatorService
* @see org.meeuw.i18n.regions.validation.ValidRegion
*/
package org.meeuw.i18n.regions.validation;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy