You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2022/04/23 07:38:00 UTC

[jira] [Created] (ISIS-3020) [Programming Model] Support Multivariate Parameter Supporting Methods

Andi Huber created ISIS-3020:
--------------------------------

             Summary: [Programming Model] Support Multivariate Parameter Supporting Methods
                 Key: ISIS-3020
                 URL: https://issues.apache.org/jira/browse/ISIS-3020
             Project: Isis
          Issue Type: Improvement
          Components: Isis Applib (programming model)
            Reporter: Andi Huber
            Assignee: Andi Huber
             Fix For: 2.0.0-RC1


Maybe introduce a marker annotation, to explicitly enable this v1 backward compatibility, on a per method basis. 

{code:java}
@MultivariateParameterSupport
public String validate0PlaceOrder(Product product, int quantity) { ... }
{code}




--
This message was sent by Atlassian Jira
(v8.20.7#820007)