1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #2498 from Barsit/patch-1

Update reflection.md
This commit is contained in:
Guide 2024-10-11 17:27:06 +08:00 committed by GitHub
commit ab283c76aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ public class TargetObject {
}
```
2. 使用反射操作这个类的方法以及参数
2. 使用反射操作这个类的方法以及属性
```java
package cn.javaguide;