package com.qianwen.core.tool.support; import java.util.function.Supplier; /* loaded from: blade-core-tool-9.3.0.0-SNAPSHOT.jar:org/springblade/core/tool/support/BinderSupplier.class */ public class BinderSupplier implements Supplier { @Override // java.util.function.Supplier public Object get() { return null; } }