We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35e69e commit db217f3Copy full SHA for db217f3
1 file changed
README.md
@@ -25,7 +25,7 @@ annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.5'
25
```
26
27
### Demo
28
-#### 1. 如果你需要反射 top.niunaijun.app.bean.TestReflection 中的各种方法,参考:[MainActivity.java](https://github.com/CodingGay/BlackReflection/blob/main/app/src/main/java/top/niunaijun/app/ref/MainActivity.java)
+#### 1. 如果你需要反射 top.niunaijun.app.bean.TestReflection 中的各种方法,参考:[MainActivity.java](https://github.com/CodingGay/BlackReflection/blob/main/app/src/main/java/top/niunaijun/app/MainActivity.java)
29
```java
30
public class TestReflection {
31
public static final String TAG = "TestConstructor";
0 commit comments