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

com.moon.core.lang.Executable Maven / Gradle / Ivy

package com.moon.core.lang;

/**
 * @author moonsky
 */
@FunctionalInterface
public interface Executable {
    /**
     * 执行
     */
    void execute();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy