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

io.gitee.huangguiming.Imcode.utils.ResponseHandler Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package io.gitee.huangguiming.Imcode.utils;

public interface ResponseHandler {
    /**
     * 响应处理
     * @param t
     */
    void handle(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy