mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-07 03:05:21 +08:00
84 lines
3.6 KiB
Markdown
84 lines
3.6 KiB
Markdown
# Yuki Reflection
|
||
|
||

|
||

|
||
[](https://t.me/YukiReflection)
|
||
<br/><br/>
|
||
<img src="https://github.com/fankes/YukiReflection/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
||
<br/>
|
||
<br/>
|
||
🌴️ 一个使用 Kotlin 构建的 Android 平台高效反射 API。
|
||
<br/>
|
||
|
||
[English](https://github.com/fankes/YukiReflection/blob/master/README.md) | 简体中文
|
||
|
||
## 这是什么
|
||
|
||
- 这是一个使用 Kotlin 基于 Java 原生反射 API 重新打造的一套简洁、高效的反射 API,同时也是 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 正在使用的核心功能
|
||
- 名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)
|
||
|
||
## 它能做什么
|
||
|
||
- 取代 Java 原生的反射 API,使用更加人性化的语言实现一套更加完善的反射方案
|
||
- 使用注解的方式声明需要反射的类或方法、变量,构造一个 `stub`,直接调用即可实现与反射 API 相同的功能,更加优雅高效 (正在开发,预计在后期逐渐实现此功能)
|
||
|
||
## 开始使用
|
||
|
||
- [点击这里](https://fankes.github.io/YukiReflection/zh-cn/) 前往文档页面查看更多详细教程和内容。
|
||
|
||
## 联系我们
|
||
|
||
- [点击加入 Telegram 群组](https://t.me/YukiReflection)
|
||
|
||
## 展望未来
|
||
|
||
如果你喜欢 `YukiReflection` 项目,欢迎为此项目贡献你的代码 **PR**,可以是任何改进的建议以及新增的功能。
|
||
|
||
## 合作项目
|
||
|
||
以下是经过合作并稳定使用 `YukiReflection` 的项目。
|
||
|
||
| Repository | Developer |
|
||
|------------------------------------------------------|------------------------------------------|
|
||
| [YukiHookAPI](https://github.com/fankes/YukiHookAPI) | [fankesyooni](https://github.com/fankes) |
|
||
|
||
你也在使用 `YukiReflection` 吗?快来 **PR** 将你的存储仓库添加到上方的列表 (私有仓库可以不需要注明网页链接)。
|
||
|
||
## 捐赠支持
|
||
|
||
- 工作不易,无意外情况此项目将继续维护下去,提供更多可能,欢迎打赏。<br/><br/>
|
||
<img src="https://github.com/fankes/YukiReflection/blob/master/img-src/wechat_code.jpg?raw=true" width = "200" height = "200"/>
|
||
|
||
## Star History
|
||
|
||

|
||
|
||
## 许可证
|
||
|
||
- [MIT](https://choosealicense.com/licenses/mit)
|
||
|
||
```
|
||
MIT License
|
||
|
||
Copyright (C) 2019-2023 HighCapable
|
||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
of this software and associated documentation files (the "Software"), to deal
|
||
in the Software without restriction, including without limitation the rights
|
||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
copies of the Software, and to permit persons to whom the Software is
|
||
furnished to do so, subject to the following conditions:
|
||
|
||
The above copyright notice and this permission notice shall be included in all
|
||
copies or substantial portions of the Software.
|
||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||
SOFTWARE.
|
||
```
|
||
|
||
版权所有 © 2019-2023 HighCapable |