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

org.unitils.objectvalidation.ObjectValidationRulesCollection Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.unitils.objectvalidation;

import java.util.List;


/**
 * The interface for a collection of rules.
 * 
 * @author Matthieu Mestrez
 * @since Oct 11, 2013
 */
public interface ObjectValidationRulesCollection {

    List getRules();
    
    EqualsHashCodeValidator getEqualsHashCodeValidator();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy