[
https://issues.apache.org/jira/browse/ISIS-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oscar Bou updated ISIS-1509:
----------------------------
Summary: Allow Factory Methods to be defined (was: Allow Factory Methods
to be identified)
> Allow Factory Methods to be defined
> -----------------------------------
>
> Key: ISIS-1509
> URL: https://issues.apache.org/jira/browse/ISIS-1509
> Project: Isis
> Issue Type: New Feature
> Components: Core
> Affects Versions: 1.13.0
> Reporter: Oscar Bou
> Assignee: Oscar Bou
>
> Factory Methods should be able to be identified as that.
> An example could be:
> {code:java}
> class Concert {
> @Action(factoryMethod=true)
> public Concert someAction() {
> return new Concert();
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)