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

nl.vpro.validation.RedundantValidatorGroup Maven / Gradle / Ivy

Go to download

Several domains like 'media', pages' and 'subtitles' in the POMS system share some common properties which are collected here

There is a newer version: 8.3.1
Show newest version
package nl.vpro.validation;

/**
 * Marks a {@code javax.constraint} as basically redundant, because other validation will cover it
 * E.g. {@link @Size} is redundant if there is also a {@link @Pattern} constraint, or if it is on a 'titles' property and something like {@code HasTitle} is in effect.
 * 

* * @author Michiel Meeuwissen * @since 7.8 */ public interface RedundantValidatorGroup { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy