org.zkoss.bind.annotation
Annotation Type SmartNotifyChange


@Target(value=METHOD)
@Retention(value=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
 java.lang.String[] value
           
 

value

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


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo