@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MixinConfig
Utility annotation system for dynamically registering and enabling mixins based on Forge's @Config annotations
This is specifically designed for configs using the Forge @Config annotation system
This was primarily made for my own use and sanity but provided for others to use
Please report any issues to the Github
Any classes containing @MixinToggle fields must also annotate the class with @MixinConfig, including inner classes
configName: Config file name, this should match the name you provide to @Config, or the modid if name is not provided