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
      boolean isInterfaceMember  
      java.lang.String originalName  
    • Element Detail

      • originalName

        java.lang.String originalName
      • isInterfaceMember

        boolean isInterfaceMember