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

com.facebook.swift.service.XthriftConstant Maven / Gradle / Ivy

package com.facebook.swift.service;

/**
 * 常量定义
 * @author guyadong
 * @since 1.5.3
 */
public interface XthriftConstant {
	/** 
	 * 定义在请求上下文{@link com.facebook.nifty.core.RequestContext}中的字段名
* 输出简单错误信息标志 */ public final String CTX_THIN_ERROR = "thinError"; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy