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)

Reply via email to