Ver Fonte

javadoc

Lortseam há 4 anos atrás
pai
commit
f034ce476f

+ 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)