We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db217f3 commit 36a384cCopy full SHA for 36a384c
1 file changed
README.md
@@ -121,9 +121,9 @@ BRTestReflection.get().setsStaticValue(staticValue + " changed");
121
// 上下文变量
122
BRTestReflection.get(testReflection).setmContextValue(contextValue + " changed");
123
```
124
-BRActivityThread是程序自动生成的类,生成规则是BR + ClassName
125
-- BRActivityThread.get() 用于调用静态方法
126
-- BRActivityThread.get(caller) 用于调用非静态方法
+BRTestReflection是程序自动生成的类,生成规则是BR + ClassName
+- BRTestReflection.get() 用于调用静态方法
+- BRTestReflection.get(caller) 用于调用非静态方法
127
128
#### 注解说明
129
0 commit comments