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

cn.featherfly.common.lang.executor.Executable Maven / Gradle / Ivy

The newest version!
package cn.featherfly.common.lang.executor;

/**
 * 

* 可执行接口 *

* * @author zhongj * @since 1.6 * @version 1.0 */ @FunctionalInterface public interface Executable { /** * 执行 */ void execute(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy