mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-01 08:15:37 +08:00
docs: update comment in ReflectionMigration
This commit is contained in:
@@ -30,5 +30,8 @@ internal object ReflectionMigration {
|
||||
* [KavaRef](https://github.com/HighCapable/KavaRef) 迁移指引信息
|
||||
*/
|
||||
const val KAVAREF_INFO = "YukiHookAPI 会在 2.0.0 版本完全移除自身反射部分的 API,我们推荐你使用 KavaRef 来实现反射功能以获得更好的性能和可维护性。" +
|
||||
"请参阅:https://github.com/HighCapable/KavaRef"
|
||||
"请参阅:https://github.com/HighCapable/KavaRef " +
|
||||
"YukiHookAPI will completely remove the API of its own reflection part in version 2.0.0. " +
|
||||
"We recommend that you use KavaRef to implement reflection for better performance and maintainability. " +
|
||||
"See: https://github.com/HighCapable/KavaRef"
|
||||
}
|
Reference in New Issue
Block a user