[
https://issues.apache.org/jira/browse/ISIS-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood closed ISIS-542.
----------------------------
Resolution: Won't Fix
Fix Version/s: (was: 1.16.0)
1.13.0
The @Mixin support introduced in 1.11.1 basically addresses this.
> Restrict which entities a service action is contributed to (as either a
> contributed action or contributed assocation).
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: ISIS-542
> URL: https://issues.apache.org/jira/browse/ISIS-542
> Project: Isis
> Issue Type: New Feature
> Components: Core
> Affects Versions: core-1.2.0
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Fix For: 1.13.0
>
>
> For example, an action
> void foo(A a, B b) { ... }
> will be contributed to both entities A and B. We might want to allow it to
> be contributed to one or the other.
> Suggestion is that @NotContributed annotation applies to action parameters
> (with current behaviour maintained for compatibility as the default for all
> parameters of the action):
> eg
> void foo(
> @NotContributed(As.Action) A,
> @NotContributed(As.Association) B) { ... }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)