Files
YukiReflection/docs-source/src/en/api/home.md
2023-01-26 01:06:50 +08:00

55 lines
1.5 KiB
Markdown

---
next:
text: Public API
link: /en/api/public/com/highcapable/yukireflection/YukiReflection
---
# Document Introduce
> The document here will synchronize the relevant usage of the latest API version, please keep `YukiReflection` as the latest version to use the latest version of the function.
## Function Description
> The function description mainly introduces the related usage and purpose of the current API.
## Function Example Description
> The function examples mainly show the basic usage examples of the current API for reference.
## Change Record Description
The function of the first version will be marked as `v<version>` `first`;
New function added later will be marked as `v<version>` `added`;
Later modified function will be appended as `v<version>` `modified`;
Later deprecated function will be marked as `v<version>` `deprecated` and strikethrough;
Later removed function will be marked as `v<version>` `removed` and strikethrough.
## Related Symbols Description
- *kt* &nbsp;Kotlin Static File
- *annotation* &nbsp;Annotation Class
- *interface* &nbsp;Interface Class
- *object* &nbsp;Class (Singleton)
- *class* &nbsp;Class
- *field* &nbsp;Field or `get` / `set` method or read-only `get` method
- *method* &nbsp;Method
- *enum* &nbsp;Enum constant
- *ext-field* &nbsp;Extension field (global)
- *ext-method* &nbsp;Extension method (global)
- *i-ext-field* &nbsp;Extension field (internal)
- *i-ext-method* &nbsp;Extension method (internal)