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

edu.cornell.mannlib.vedit.validator.Validator Maven / Gradle / Ivy

/* $This file is distributed under the terms of the license in LICENSE$ */

package edu.cornell.mannlib.vedit.validator;

public interface Validator {

    public ValidationObject validate(Object obj) throws IllegalArgumentException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy