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
-
Element Details
-
mixin
java.lang.String mixinThe mixin which owns the original inner class -
name
java.lang.String nameThe original name of the inner class
-