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

com.vlkan.hrrs.replayer.executor.CloseableExecutor Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
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