com.hyf.hotrefresh.plugin.execute.Executable Maven / Gradle / Ivy
package com.hyf.hotrefresh.plugin.execute;
/**
* @author baB_hyf
* @date 2022/05/17
*/
public interface Executable {
T execute() throws Exception;
}
package com.hyf.hotrefresh.plugin.execute;
/**
* @author baB_hyf
* @date 2022/05/17
*/
public interface Executable {
T execute() throws Exception;
}