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)