com.vlkan.hrrs.replayer.executor.CloseableExecutor Maven / Gradle / Ivy
package com.vlkan.hrrs.replayer.executor;
import java.io.Closeable;
import java.util.concurrent.Executor;
public interface CloseableExecutor extends Closeable, Executor {
// Do nothing.
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy