[
https://issues.apache.org/jira/browse/ISIS-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16407584#comment-16407584
]
Andi Huber commented on ISIS-1612:
----------------------------------
Any reason why we don't extend the existing
{noformat}@Mixin{noformat}
functionality, to support multiple Actions?
> Extend the programming model so that mixins can have multiple actions
> ---------------------------------------------------------------------
>
> Key: ISIS-1612
> URL: https://issues.apache.org/jira/browse/ISIS-1612
> Project: Isis
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.14.0
> Reporter: Dan Haywood
> Priority: Major
> Fix For: 2.4.0
>
>
> I see this as a hybrid of a contributed service and a mixin.
> I quite like the idea of calling these "responsibilities", eg
> {code}
> @Responsibility
> public class Customer_orders {
> private final Customer customer;
> public List<Order> getOrders() { ... }
> public Customer addOrder(...) { ... }
> public Customer removeOrder(...) { ... }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)