
nl.vpro.berlijn.domain.AssertValidatable Maven / Gradle / Ivy
package nl.vpro.berlijn.domain;
public interface AssertValidatable {
/**
* To check assumptions about the interpretation of data.
*/
void assertValid();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy