Update README.md

This commit is contained in:
johnA1331 2020-08-20 17:58:14 +08:00 committed by GitHub
parent 9b2237b72b
commit a2ad623ba5
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
### Relevant Articles:
- [Reading the Value of private Fields from a Different Class in Java](https://www.baeldung.com/java-reflection-read-private-field-value)
- [Set Field Value With Reflection](https://www.baeldung.com/java-set-private-field-value)