com.fireflysource.common.func.Callback Maven / Gradle / Ivy
package com.fireflysource.common.func;
/**
* @author Pengtao Qiu
*/
@FunctionalInterface
public interface Callback {
void call() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy