blob: 28d9d9234420ccc4d32a70a50f05d627b5c4568c [file] [log] [blame]
package com.alibaba.dubbo.test.service;
/**
* Created by ken.lj on 2017/9/8.
*/
public interface LionService {
void eat(String master);
String getName();
}