[
https://issues.apache.org/jira/browse/ISIS-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17160092#comment-17160092
]
ASF subversion and git services commented on ISIS-2362:
-------------------------------------------------------
Commit 5bf00e8a897e1b213972ca19f09080b0d48ec060 in isis's branch
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=5bf00e8 ]
ISIS-2362: add new supporting method naming convention
- prepares the framework to support multiple method naming conventions
- for mixins we allow supporting methods to reference their
corresponding action parameter by name only (instead of number and
action name)
- eg. valid mixin code now
- - public int act(int a, int b){...}
- - public int defaultA(...){...}
- - public int[] choicesB(...){...}
> New Programming Model for Action Parameters
> -------------------------------------------
>
> Key: ISIS-2362
> URL: https://issues.apache.org/jira/browse/ISIS-2362
> Project: Isis
> Issue Type: Improvement
> Components: Isis Core
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0-M4
>
>
> New programming model as discussed in
> [https://cwiki.apache.org/confluence/display/ISIS/ActionParameters]
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)