You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2016/03/10 21:42:40 UTC

[jira] [Created] (WICKET-6117) Make IGenericComponent a mixin/trait so it could be easily reused in custom components

Martin Grigorov created WICKET-6117:
---------------------------------------

             Summary: Make IGenericComponent a mixin/trait so it could be easily reused in custom components
                 Key: WICKET-6117
                 URL: https://issues.apache.org/jira/browse/WICKET-6117
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 8.0.0-M1
            Reporter: Martin Grigorov


Java 8 default methods in interface give the possibility to make IGenericComponent a mixin/trait so that all that is needed for an implementation to have the typed methods is to implement the trait



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)