Added @JvmStatic mention to @ConfigUpdater

This commit is contained in:
Auxilor
2021-12-15 11:28:07 +00:00
parent 5b4b17b97f
commit bab3f078f6

View File

@@ -28,6 +28,9 @@ import java.lang.annotation.Target;
* }
* }</pre>
* <p>
* If using kotlin, you have to annotate the method with {@code @JvmStatic}
* in order to prevent null pointer exceptions.
* <p>
* Config update methods in all classes in a plugin jar will be called
* on reload.
* <p>