com.github.sinjar.common.base.RunnableWithThrow Maven / Gradle / Ivy
package com.github.sinjar.common.base;
/**
* Description :
*
* @author CPF
* Date: 2020/6/29 15:38
*/
@FunctionalInterface
public interface RunnableWithThrow {
void run() throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy