package com.litesuits.http.request.param;
import java.io.Serializable;
/**
* mark a class as a http parameter modle.
* classes that implement this will be parsed to http parameter.
*
* @author MaTianyu
* 2014-1-19上午2:39:31
*/
public interface HttpParamModel extends Serializable{}