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

net.neoremind.fountain.Queueable Maven / Gradle / Ivy

package net.neoremind.fountain;

/**
 * 可队列化的接口
 *
 * @author zhangxu
 */
interface Queueable {

    /**
     * 返回队列
     *
     * @return 队列
     */
    T getQueue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy