Lortseam 4 år sedan
förälder
incheckning
ca9da2bd2c
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/main/java/me/lortseam/completeconfig/api/ConfigEntry.java

+ 2 - 0
src/main/java/me/lortseam/completeconfig/api/ConfigEntry.java

@@ -181,6 +181,8 @@ public @interface ConfigEntry {
 
     /**
      * Applied to an entry of type Enum to change the render behaviour.
+     *
+     * <p>This annotation is optional.
      */
     @Target(ElementType.FIELD)
     @Retention(RetentionPolicy.RUNTIME)