Annotation Interface MixinMerged
For internal use only! Contains small parts. Keep out of reach of children.
Decoration annotation used by the mixin applicator to mark methods in a class which have been added or overwritten by a mixin.
-
Required Element Summary
Required Elements
-
Element Details
-
mixin
String mixinMixin which merged this method- Returns:
- mixin name
-
priority
int priorityPrioriy of the mixin which merged this method, used to allow mixins with higher priority to overwrite methods already overwritten by those with a lower priority.- Returns:
- mixin priority
-