@Target(value=METHOD)
@Retention(value=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.
| Modifier and Type | Required Element and Description |
|---|---|
boolean |
isInterfaceMember |
java.lang.String |
originalName |