@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface LoadEarly
Annotate your config class with this annotation to access it in your core mod. BetterConfig will inject itself at the end of the static
initialization block of the config class to immediately load the config when it is accessed for the first time.