Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Abandoned
-
5.0.15
-
None
-
None
-
None
Description
Implementation mixins can be declared in component classes using the @Mixin annotation for each desired mixin. If I have 4 such mixins in a component I will have 4 @Mixin annotations, each of course paired with a @SuppressWarnings("unused") annotation to shut eclipse up. It would be nice if I could just use the already existing @Mixins annotation once to list all mixins. Of course the semantics would be a bit different - perhaps it would need to be on the component class instead of a field in this case.