
commons.box.app.func.DataSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-box-app Show documentation
Show all versions of commons-box-app Show documentation
Common utils for BOX projects.
The newest version!
package commons.box.app.func;
import java.io.Serializable;
import java.util.function.Supplier;
/**
* 提供序列化支持的 cache Supplier
*/
@FunctionalInterface
public interface DataSupplier extends Supplier, Serializable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy