@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface AutoNotifyChange
If the view model class is annotated with this annotation, every setter method in @Command and @GlobalCommand will post NotifyChange after being called.
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.