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

com.github.fashionbrot.constraint.ValidatorContainer Maven / Gradle / Ivy

The newest version!
package com.github.fashionbrot.constraint;

import java.lang.annotation.Annotation;

/**
 * @author fashionbrot
 */
public interface ValidatorContainer {


    ConstraintValidator injectContainer(Class> clazz);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy