MCPcopy Create free account
hub / github.com/ALEX5402/NewBlackbox / Singleton

Interface Singleton

Bcore/src/main/java/black/android/util/Singleton.java:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import top.niunaijun.blackreflection.annotation.BMethod;
7
8@BClassName("android.util.Singleton")
9public interface Singleton {
10 @BField
11 Object mInstance();
12
13 @BMethod
14 Object get();
15}

Callers 8

getReflectionProxyMethod · 0.65
generateInterfaceCodeMethod · 0.65
generateFieldSetMethod · 0.65
BlackReflectionProxyMethod · 0.65
generaCallerMethodMethod · 0.65
generaIsLoadMethodMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected