package net.tccn.base; /** * ServiceLoader 管理标识 * @author: liangxianyou */ public interface IService { String getType(); }