org.zkoss.bind.annotation
Annotation Type ExecutionArgParam
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface ExecutionArgParam
Marker annotation to identify the name of a parameter of a method.
The value of this parameter is getting from current execution's args.
- Since:
- 6.0.0
- Author:
- dennis
- See Also:
Init
,
Command
Required Element Summary |
java.lang.String |
value
name of the parameter |
value
public abstract java.lang.String value
- name of the parameter
- Returns:
- name of the parameter
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.