[docs] Fix references in libjf-config-compiler-plugin

This commit is contained in:
Johannes Frohnmeyer 2022-10-15 11:31:37 +02:00
parent 5c1b2586a8
commit 5f86c67d14
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# libjf-config-compiler-plugin # libjf-config-compiler-plugin
This gradle plugin provides a task that identifies any config files in a jar and produces the necessary code and registration for it. This gradle plugin provides a task that identifies any config files in a jar and produces the necessary code and registration for it.
Using this is the recommended way to use libjf-config. Using this is the recommended way to use libjf-config.
Please be aware that the restrictions of [the reflection implementation](./libjf-config-reflect-v1) in regard to class loading Please be aware that the restrictions of [the reflection implementation](./libjf-config-reflect-v1.md) in regard to class loading
will also apply to configs using the plugin if it is loaded during runtime. will also apply to configs using the plugin if it is loaded during runtime.
Using the reflection implementation as `modRuntimeLocal` is also recommended since the compiler plugin will be unable to affect loom dev envs otherwise. Using the reflection implementation as `modRuntimeLocal` is also recommended since the compiler plugin will be unable to affect loom dev envs otherwise.
The code necessary for using this plugin is available [here](./README.md) The code necessary for using this plugin is available [here](./)