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

com.taobao.hsf.Invocation Maven / Gradle / Ivy

There is a newer version: 1.8.3
Show newest version
package com.taobao.hsf;

import com.taobao.hsf.domain.HSFRequest;

/**
 * Created by ifree613 on 2017/8/11.
 */
public class Invocation {


    // ??? 未来提供HSFRequest对应的方法?
    @Deprecated
    public HSFRequest getHsfRequest() {
        return null;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy