colesico.framework.telehttp.HttpTIContext Maven / Gradle / Ivy
package colesico.framework.telehttp;
/**
* Basic tele-invocation context for interaction via http.
* Concrete tele-api implementations tele-invocation contexts that works on http must extends this context
*/
abstract public class HttpTIContext {
}