@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 © 2020. All rights reserved.