Annotation Type MixinMerged
-
@Target({}) @Retention(RUNTIME) public @interface MixinMergedFor internal use only! Contains small parts. Keep out of reach of children.
Decoration annotation used by the mixin applicator to mark methods in a class which have been added or overwritten by a mixin.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringmixinMixin which merged this methodintpriorityPrioriy of the mixin which merged this method, used to allow mixins with higher priority to overwrite methods already overwritten by those with a lower priority.
-