com.fireflysource.common.func.Callback Maven / Gradle / Ivy
package com.fireflysource.common.func;
/**
* @author Pengtao Qiu
*/
@FunctionalInterface
public interface Callback {
void call();
}
package com.fireflysource.common.func;
/**
* @author Pengtao Qiu
*/
@FunctionalInterface
public interface Callback {
void call();
}