Enable @Mixins annotation in component classes
----------------------------------------------

                 Key: TAPESTRY-2000
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2000
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0
            Reporter: Chris Lewis
            Priority: Minor
             Fix For: 5.0.8


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to