All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.javaprinciples.data.transformer.Validation Maven / Gradle / Ivy

package net.sf.javaprinciples.data.transformer;

/**
 * Validate the provided input and produce a result which states whether the input is valid.
 *
 * @author Warwcick Slade
 */
public interface Validation
{
    public ValidationResult validate(T param);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy