plus.jdk.validator.DefaultValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validator-plus Show documentation
Show all versions of validator-plus Show documentation
A simple input parameter verification component
The newest version!
package plus.jdk.validator;
import plus.jdk.common.IValidator;
public class DefaultValidator implements IValidator {
}