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

io.github.stylesmile.plugin.Plugin Maven / Gradle / Ivy

package io.github.stylesmile.plugin;

/**
 * @author Stylesmile
 */
public interface Plugin {
    /**
     * 开始初始化
     */
    void start();

    /**
     * 初始化
     */
    void init();

    /**
     * 完成
     */
    void end();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy