Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
import
top.niunaijun.blackreflection.annotation.BMethod;
7
8
@BClassName(
"android.util.Singleton"
)
9
public
interface
Singleton {
10
@BField
11
Object mInstance();
12
13
@BMethod
14
Object get();
15
}
Callers
8
getReflectionProxy
Method · 0.65
getReflectionInterfaceProxy
Method · 0.65
generateInterfaceCode
Method · 0.65
generateFieldSet
Method · 0.65
BlackReflectionProxy
Class · 0.65
BlackReflectionProxy
Method · 0.65
generaCallerMethod
Method · 0.65
generaIsLoadMethod
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected