org.biins.validation.collection.constraints.ElementsValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of collection-validation Show documentation
Show all versions of collection-validation Show documentation
Support of JSR-303 validation for collection elements
The newest version!
package org.biins.validation.collection.constraints;
import java.lang.annotation.*;
/**
* @author Martin Janys
*/
@Documented
@Target({
ElementType.TYPE
})
@Retention(RetentionPolicy.RUNTIME)
public @interface ElementsValidator {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy