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

com.wichell.framework.interceptor.SendAdvice Maven / Gradle / Ivy

The newest version!
package com.wichell.framework.interceptor;

import com.wichell.framework.bean.MsgBean;

public interface SendAdvice {

	/**   
	 * @Title: addMessage   
	 * @Description: TODO(这里用一句话描述这个方法的作用)   
	 * @param: @param msg      
	 * @return: void      
	 * @throws   
	 */
	void addMessage(MsgBean msg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy