blob: e852159844e2d97acb87cdd55035df0741ee0af8 [file] [log] [blame]
package com.alibaba.dubbo.test.service;
/**
* @author ken.lj
* @date 2017/11/4
*/
public interface HessianService {
String hello();
}