Andi Huber created ISIS-2162:
--------------------------------
Summary: Provide a semantic counterpart to @Programmatic
Key: ISIS-2162
URL: https://issues.apache.org/jira/browse/ISIS-2162
Project: Isis
Issue Type: Improvement
Components: Extensions
Reporter: Andi Huber
Assignee: Andi Huber
Fix For: 2.0.0
We might want to introduce
{code:java}
@Model
{code}
We've started a discussion on the user-mailing list.
Additional ideas popped up, in order to optionally allow for supporting-methods
to have arbitrary names:
{code:java}
@Validate(supports="placeOrder")
public String checkIt()
// and similarly @Hide, @Disable, @Default, @Choices and @AutoComplete
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)