原文出處:[https://github.com/tianzhijiexian/Android-Best-Practices/blob/master/2015.9/reflect/reflect.md](https://github.com/tianzhijiexian/Android-Best-Practices/blob/master/2015.9/reflect/reflect.md)
**概要:最簡單優雅的使用反射。**
本文的例子都可以在示例代碼中看到并下載,如果喜歡請star,如果覺得有紕漏請提交issue,如果你有更好的點子可以提交pull request。本文的示例代碼主要是基于[jOOR](https://github.com/jOOQ/jOOR)行編寫的,如果想了解更多請查看[這里](https://github.com/jOOQ/jOOR/tree/master/jOOR/src/test/java/org/joor/test)的測試代碼。