Annotation Interface MixinInner


@Target({}) @Retention(CLASS) public @interface MixinInner
Decoration annotation used by the mixin inner class generator to mark inner classes which have been generated from an existing inner class in a mixin
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The mixin which owns the original inner class
    The original name of the inner class
  • Element Details

    • mixin

      String mixin
      The mixin which owns the original inner class
    • name

      String name
      The original name of the inner class