[
https://issues.apache.org/jira/browse/WICKET-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15191473#comment-15191473
]
ASF subversion and git services commented on WICKET-6117:
---------------------------------------------------------
Commit 40fe9b98e8f51747cac32715c1cc15546ef4ecf7 in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=40fe9b9 ]
WICKET-6117 Make IGenericComponent a mixin/trait so it could be easily reused
in custom components
Add usage example in javadoc
> 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
> Assignee: Martin Grigorov
> Fix For: 8.0.0-M1
>
>
> 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)