Annotation Type SmartNotifyChange


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface SmartNotifyChange
    Notify value change once it changed, unlike NotifyChange.

    Usually the annotation is used with Command.

    Since:
    8.0.0
    Author:
    jumperchen
    • Optional Element Summary

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

      • value

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