Annotation Type NotifyChange


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface NotifyChange
    Notify value change.
    By default, a property set by binder will notify this property changed.
    You could use this annotation on the set method to change or add notification target.
    You could also add this annotation on a command method to notify properties that will be changed after the command.
    To avoid the default notification, use NotifyChangeDisabled on the set method independently.
    Since:
    6.0.0
    Author:
    henrichen
    See Also:
    NotifyChangeDisabled
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value  
    • Element Detail

      • value

        java.lang.String[] value
        Default:
        {}