[
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)