Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.2.0-incubating
-
None
Description
Coming from a desire to hide property members within tables.
@Hidden(Where.COLLECTION_TABLE)
public String getSomeNotVeryInterestingProperty()
NB: as a result of this change, will slightly break the applib annotation for both @Hidden and @Disabled.
For example, previously we had @Hidden(When.UNTIL_PERSISTED), with the value() attribute being set. value() has now been renamed to when(), in order to allow where() to also be added.
This will now be @Hidden(when=When.UNTIL_PERSISTED).
Note that @Hidden and @Disabled (by itself, with value() not specified) will continue to work with no changes to application code.