Annotation Type 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
      java.lang.String mixin
      The mixin which owns the original inner class
      java.lang.String name
      The original name of the inner class
    • Element Detail

      • mixin

        java.lang.String mixin
        The mixin which owns the original inner class
      • name

        java.lang.String name
        The original name of the inner class