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

io.leopard.web.mvc.OkTextView Maven / Gradle / Ivy

The newest version!
package io.leopard.web.mvc;

/**
 * 成功文本(正常返回200,错误时自动返回异常消息并打印堆栈信息到log).
 * 
 * 用途(拨测接口).
 * 
 * @author ahai
 * 
 */
public class OkTextView extends TextView {

	public OkTextView(final String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy