Skip to content

Commit

Permalink
Update 反射机制.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Mar 15, 2021
1 parent 0197e8d commit 84e3934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/java/basis/反射机制.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

如果说大家研究过框架的底层原理或者咱们自己写过框架的话,一定对反射这个概念不陌生。

反射之所以被称为框架的灵魂,正是因为它赋予了我们在运行时分析类以及执行类中方法的能力
反射之所以被称为框架的灵魂,主要是因为它赋予了我们在运行时分析类以及执行类中方法的能力

通过反射你可以获取任意一个类的所有属性和方法,你还可以调用这些方法和属性。

Expand Down

0 comments on commit 84e3934

Please sign in to comment.