blob: 9d247a4f0f8070ca8e4f42595a94101693aa2508 [file] [log] [blame]
package com.alibaba.dubbo.test.service;
/**
* Created by ken.lj on 2017/9/24.
*/
public interface AsyncService {
String asyncMethod();
}