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

nl.vpro.validation.WeakWarningValidatorGroup 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;

/**
 * Marker interface for validation messages that must be logged as a WARNING. Enforcing these violations is not feasible. It would e.g. be nice to enforce an gtaaURI, but it probably is not realistic to expect that all clients will be able to do that.
 * 

* Currently, only implemented in backend rest api. * * @author Michiel Meeuwissen * @since 7.7 */ public interface WeakWarningValidatorGroup { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy