package org.sky.auto.runner.statement; public interface Interceptor { public void interceptorBefore(); public void interceptorAfter(); }