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

com.fengwenyi.api.result.ResultHeader Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
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; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy