![JAR search and dependency download from the Maven repository](/logo.png)
com.aeontronix.commons.validation.AnnotationBasedValidator Maven / Gradle / Ivy
The newest version!
/*
* Copyright (c) 2014 Kloudtek Ltd
*/
package com.aeontronix.commons.validation;
/**
* Interface for annotation based validators
*/
public interface AnnotationBasedValidator {
void validate(Object object, Class exceptionClass, Class>... validationGroups) throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy