You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2015/11/03 10:27:27 UTC

[jira] [Created] (ISIS-1238) MetaModel validation for derived properties that have @Property(editing=ENABLED)

Dan Haywood created ISIS-1238:
---------------------------------

             Summary: MetaModel validation for derived properties that have @Property(editing=ENABLED)
                 Key: ISIS-1238
                 URL: https://issues.apache.org/jira/browse/ISIS-1238
             Project: Isis
          Issue Type: New Feature
          Components: Core
    Affects Versions: 1.9.0
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Trivial
             Fix For: 1.11.0


for example:

    private String firstName="Anju";
    @Property(editing=Editing.ENABLED,maxLength=9,notPersisted=true)
    public String getFirstName() {
        return firstName;
    }
    // no setter.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)