org.mwg.plugin.EnforcerChecker Maven / Gradle / Ivy
package org.mwg.plugin;
public interface EnforcerChecker {
void check(byte inputType, Object input) throws RuntimeException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.mwg.plugin;
public interface EnforcerChecker {
void check(byte inputType, Object input) throws RuntimeException;
}