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

group.rober.base.detector.DetectorItemExecutor Maven / Gradle / Ivy

The newest version!
package group.rober.base.detector;

/**
 * 检查器执行项
 */
public interface DetectorItemExecutor {
    DetectorMessage exec(DetectorContext ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy