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

com.github.edgar615.util.lifecycle.Startable Maven / Gradle / Ivy

The newest version!
package com.github.edgar615.util.lifecycle;

/**
 * 表明这个类是可以启动的类.
 *
 * @author [email protected]
 */
public interface Startable {

  /**
   * 启动方法,尽量不要阻塞该方法.
   */
  void start();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy