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 2018/01/15 18:45:00 UTC

[jira] [Created] (ISIS-1821) Metadata validation failure when no @Nullable is present

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)