org.zkoss.bind.annotation
Annotation Type ToServerCommand


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ToServerCommand

Notify a command to server.

The value of the annotation can accept "*" to allow all commands to server.

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