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

commons.box.app.func.DataCallable Maven / Gradle / Ivy

The newest version!
package commons.box.app.func;

import java.io.Serializable;
import java.util.concurrent.Callable;

/**
 * Cache 的 callable
 */
public interface DataCallable extends Callable, Serializable {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy