com.hyf.hotrefresh.common.ExtensionService Maven / Gradle / Ivy
package com.hyf.hotrefresh.common;
import java.util.List;
/**
* @author baB_hyf
* @date 2022/05/20
*/
public interface ExtensionService {
List getExtensionServices(Class clazz);
}