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

com.github.houbbbbb.sso.scheduler.Job Maven / Gradle / Ivy

The newest version!
package com.github.houbbbbb.sso.scheduler;

/**
 * @todo:
 * @author: hbw
 * @date: 2020/7/17
 **/
public interface Job {
    /**
     * 运行
     */
    void run ();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy