From 9285cffc5699c34349b8149b6b3f87fabe6ce02d Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 22 Mar 2022 14:08:25 +0000 Subject: [PATCH] Updated ConfigUpdater javadoc --- .../com/willfp/eco/core/config/updating/ConfigUpdater.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eco-api/src/main/java/com/willfp/eco/core/config/updating/ConfigUpdater.java b/eco-api/src/main/java/com/willfp/eco/core/config/updating/ConfigUpdater.java index 74830920..47ca5e2d 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/config/updating/ConfigUpdater.java +++ b/eco-api/src/main/java/com/willfp/eco/core/config/updating/ConfigUpdater.java @@ -29,7 +29,8 @@ import java.lang.annotation.Target; * } *

* If using kotlin, you have to annotate the method with {@code @JvmStatic} - * in order to prevent null pointer exceptions. + * in order to prevent null pointer exceptions - this also means that you cannot + * have config updater methods in companion objects. *

* Config update methods in all classes in a plugin jar will be called * on reload.