com.github.siwenyan.common.IEvaluator Maven / Gradle / Ivy
package com.github.siwenyan.common;
public interface IEvaluator {
boolean evaluate() throws Exception;
}
package com.github.siwenyan.common;
public interface IEvaluator {
boolean evaluate() throws Exception;
}