@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface MixinInstance
A marker annotation added to fields that contain the instance of a mixin
This is used internally by the TestRuntime / TestMixinTransformation and should not be used directly
- Since:
- 2.4.0