# Yuki Reflection [![GitHub license](https://img.shields.io/github/license/fankes/YukiReflection?color=blue)](https://github.com/fankes/YukiReflection/blob/master/LICENSE) [![GitHub release](https://img.shields.io/github/v/release/fankes/YukiReflection?display_name=release&logo=github&color=green)](https://github.com/fankes/YukiReflection/releases) [![Telegram](https://img.shields.io/badge/discussion-Telegram-blue.svg?logo=telegram)](https://t.me/YukiReflection) [![Telegram](https://img.shields.io/badge/discussion%20dev-Telegram-blue.svg?logo=telegram)](https://t.me/HighCapable_Dev) LOGO đŸŒ´ī¸ An efficient Reflection API for Java and Android built in Kotlin. English | [įŽ€äŊ“中文](https://github.com/fankes/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/fankes/YukiHookAPI). The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016). ## Get Started [Click here](https://fankes.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 ![Star History Chart](https://api.star-history.com/svg?repos=fankes/YukiReflection&type=Date) ## License - [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. ``` Copyright Š 2019-2023 HighCapable