https://github.com/fuyukai/huomautus
Minecraft-related annotation processors for Fabric-Kotlin mods
https://github.com/fuyukai/huomautus
Last synced: 3 months ago
JSON representation
Minecraft-related annotation processors for Fabric-Kotlin mods
- Host: GitHub
- URL: https://github.com/fuyukai/huomautus
- Owner: Fuyukai
- License: lgpl-3.0
- Created: 2019-12-29T18:40:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T18:11:26.000Z (over 5 years ago)
- Last Synced: 2025-01-25T03:39:49.326Z (4 months ago)
- Language: Kotlin
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Huomautus
----------
(lit: annotation, note, notice)Huomautus (lit: notice, annotation, note) is an annotation processor for Kotlin-based
Fabric Minecraft mods. It contains helpers for mixins and auto-registration.Huomautus does not include any dependency in your final code; it does not use any reflection;
all is achieved through the power of code generation.To get started, view the docs at https://huomautus.readthedocs.io/en/latest/index.html.