com.fengwenyi.api.result.ResultHeader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-result Show documentation
Show all versions of api-result Show documentation
一套RESTful风格API接口响应参数规范化的解决方案
package com.fengwenyi.api.result;
import java.util.HashMap;
/**
*
* 响应头
*
*
* @author Erwin Feng
* @since 2.5.0
*/
public class ResultHeader extends HashMap {
private static final long serialVersionUID = 6187327761077399909L;
}