mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 17:55:24 +08:00
Added @throws code note on paramTypesEq function in ReflectionTool
This commit is contained in:
@@ -503,6 +503,7 @@ internal object ReflectionTool {
|
||||
* @param compare 用于比较的数组
|
||||
* @param original 方法、构造方法原始数组
|
||||
* @return [Boolean] 是否相等
|
||||
* @throws IllegalStateException 如果 [VagueType] 配置不正确
|
||||
*/
|
||||
private fun paramTypesEq(compare: Array<out Any>?, original: Array<out Any>?): Boolean {
|
||||
return when {
|
||||
|
Reference in New Issue
Block a user