Lortseam 4 年之前
父节点
当前提交
ca9da2bd2c
共有 1 个文件被更改,包括 2 次插入0 次删除
  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)