
cn.featherfly.common.lang.executor.Executor Maven / Gradle / Ivy
The newest version!
package cn.featherfly.common.lang.executor;
/**
*
* 执行者
*
*
* @author zhongj
* @since 1.6
* @version 1.0
*/
public interface Executor {
/**
*
* 执行
*
* @param executable 执行内容
* @return this
*/
Executor execute(Executable executable);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy