
com.opsbears.webcomponents.validator.StringValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validator Show documentation
Show all versions of validator Show documentation
Utilities for basic validations.
The newest version!
package com.opsbears.webcomponents.validator;
import javax.annotation.Nonnull;
public interface StringValidator {
boolean isValidString(@Nonnull String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy