Andi Huber created ISIS-1821:
--------------------------------

             Summary: Metadata validation failure when no @Nullable is present
                 Key: ISIS-1821
                 URL: https://issues.apache.org/jira/browse/ISIS-1821
             Project: Isis
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.0-M1
            Reporter: Andi Huber
            Assignee: Andi Huber
             Fix For: 2.0.0-M1


Given an action like ...
{code:java}
@Action
public SimpleObject create(
    @Parameter(optionality=Optionality.MANDATORY)
    String name    ) {
    
    ...
}{code}

Though valid, will provoke a 

{code:java}
Conflicting @Parameter#optionality with other optionality annotation: 
d.d.SimpleObjects#create(java.lang.String)
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to