Annotation Interface MixinInit


@Target(METHOD) @Retention(RUNTIME) public @interface MixinInit
Designates a method in a @Mixin class that should be called exactly once during the construction of each target type. See Mixin for more detail.