Removed category annotation

This commit is contained in:
coolGi2007
2022-01-02 06:13:41 +00:00
parent 219ad9c45a
commit f80c43385a
@@ -37,15 +37,6 @@ public class ConfigAnnotations {
}
/** Used when sorting the configs in the menu */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Category
{
String value();
}
/** Makes text (looks like @Entry but dosnt save and has no button */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)