You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2021/01/17 18:56:00 UTC

[jira] [Updated] (ISIS-1238) Metamodel exception if derived property has @Property(ENABLED)

     [ https://issues.apache.org/jira/browse/ISIS-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Keir Haywood updated ISIS-1238:
--------------------------------------
    Summary: Metamodel exception if derived property has @Property(ENABLED)  (was: Derived properties cannot have @Property(ENABLED))

> Metamodel exception if derived property has @Property(ENABLED)
> --------------------------------------------------------------
>
>                 Key: ISIS-1238
>                 URL: https://issues.apache.org/jira/browse/ISIS-1238
>             Project: Isis
>          Issue Type: New Feature
>          Components: Isis Applib (programming model)
>    Affects Versions: 1.9.0
>            Reporter: Daniel Keir Haywood
>            Priority: Trivial
>
> MetaModel validation
>  
> 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
(v8.3.4#803005)