blob: 9bdbaa148628d845e76ab1aad59dfb1d558322d0 [file] [log] [blame]
package com.alibaba.dubbo.test.service;
/**
* Created by ken.lj on 2017/9/19.
*/
public interface AnnotateService {
String sayHello();
}