com.alogic.remote.call.impl.HttpParameters Maven / Gradle / Ivy
package com.alogic.remote.call.impl;
import com.alogic.remote.call.DefaultParameters;
/**
* Http Parameters
* @author yyduan
*
* @version 1.6.8.13 [duanyy 20170427]
* - 从alogic-remote中迁移过来
*/
public class HttpParameters extends DefaultParameters{
}