All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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);
}