Annotation Type AutoNotifyChange


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface AutoNotifyChange
    Enable posting NotifyChange when setter method called.

    If the view model class is annotated with this annotation, every setter method in @Command and @GlobalCommand will post NotifyChange after being called.

    Since:
    8.5.1
    Author:
    jameschu