com.idefav.context.Constants Maven / Gradle / Ivy
package com.idefav.context;
/**
* the Consts description.
*
* @author wuzishu
*/
public interface Constants {
String CONTEXT_KEY_REQUEST = "request-ctx";
}
package com.idefav.context;
/**
* the Consts description.
*
* @author wuzishu
*/
public interface Constants {
String CONTEXT_KEY_REQUEST = "request-ctx";
}