mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-05 10:15:40 +08:00
61 lines
2.6 KiB
Markdown
61 lines
2.6 KiB
Markdown
# Yuki Reflection
|
|
|
|
[](https://github.com/HighCapable/YukiReflection/blob/master/LICENSE)
|
|
[](https://github.com/HighCapable/YukiReflection/releases)
|
|
[](https://t.me/YukiReflection)
|
|
[](https://t.me/HighCapable_Dev)
|
|
|
|
<img src="https://github.com/HighCapable/YukiReflection/blob/master/img-src/icon.png?raw=true" width = "100" height = "100" alt="LOGO"/>
|
|
|
|
🌴️ An efficient Reflection API for Java and Android built in Kotlin.
|
|
|
|
English | [简体中文](https://github.com/HighCapable/YukiReflection/blob/master/README-zh-CN.md)
|
|
|
|
## What's this
|
|
|
|
This is a concise and efficient Reflection API rebuilt based on Java's native Reflection API using Kotlin,
|
|
and it is also the core function being used by [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI).
|
|
|
|
The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016).
|
|
|
|
## Get Started
|
|
|
|
[Click here](https://highcapable.github.io/YukiReflection/en/) go to the documentation page for more detailed tutorials and content.
|
|
|
|
## Promotion
|
|
|
|
If you are looking for a Gradle plugin that can automatically manage Gradle project dependencies,
|
|
you can check out the [SweetDependency](https://github.com/HighCapable/SweetDependency) project.
|
|
|
|
If you are looking for a Gradle plugin that can automatically generate properties key-values,
|
|
you can check out the [SweetProperty](https://github.com/HighCapable/SweetProperty) project.
|
|
|
|
This project also uses **SweetDependency** and **SweetProperty**.
|
|
|
|
## Star History
|
|
|
|

|
|
|
|
## License
|
|
|
|
- [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
|
|
|
```
|
|
Apache License Version 2.0
|
|
|
|
Copyright (C) 2019-2023 HighCapable
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
https://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
```
|
|
|
|
Copyright © 2019-2023 HighCapable |