
org.atemsource.atem.utility.validation.ValidationService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atem-utility Show documentation
Show all versions of atem-utility Show documentation
Atem utilities for cloning, comparing and transforming
The newest version!
package org.atemsource.atem.utility.validation;
import org.atemsource.atem.api.type.EntityType;
public interface ValidationService {
public abstract void validate(EntityType entityType, ValidationContext context, J entity);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy