Annotation Type MixinRenamed
@Target({})
@Retention(RUNTIME)
public @interface MixinRenamed
Internal use only.
Decoration annotation used by MixinInfo and MixinPreProcessor to mark methods in a mixin which have been renamed prior to being merged.
-
Required Element Summary
Required Elements Modifier and Type Required Element Description booleanisInterfaceMemberjava.lang.StringoriginalName
-
Element Details
-
originalName
java.lang.String originalName -
isInterfaceMember
boolean isInterfaceMember
-