yangys
2024-04-12 71d0c753036cc1ef06fa52f1874a5c806c9c5eda
1
2
3
4
5
6
7
8
9
10
11
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<Object> {
    @Override // java.util.function.Supplier
    public Object get() {
        return null;
    }
}