@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface MixinConfig.SubInstance
Annotates a class instance field that contains Forge @Config fields that should additionally be parsed
Ex. Sub-config-class contained within your general Forge @Config class