Lortseam 4 年之前
父节点
当前提交
f034ce476f
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/main/java/me/lortseam/completeconfig/api/ConfigEntry.java

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

@@ -13,8 +13,7 @@ import java.lang.annotation.Target;
  * Applied to declare that a field is an entry inside the mod's config. Only required if
  * the {@link ConfigEntryContainer} is not a POJO class.
  *
- * <p>This is also used to change the behaviour of the entry regarding translations, bounds and other
- * miscellaneous options.
+ * <p>This annotation also contains some options to modify the entry.
  */
 @Target(ElementType.FIELD)
 @Retention(RetentionPolicy.RUNTIME)