Package org.zkoss.bind.annotation
Annotation Type GlobalCommand
-
@Target(METHOD) @Retention(RUNTIME) public @interface GlobalCommand
Marker annotation to identify a Global Command method.
A Global Command method could also use withBindingParam
and others to assign a binding argument as its parameter, andDefault
to assign a default value if the argument is null.- Since:
- 6.0.0
- Author:
- dennischen
- See Also:
BindingParam
,ExecutionParam
,ExecutionArgParam
,HeaderParam
,CookieParam
,QueryParam
,ScopeParam
,ContextParam
,Default
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]
value
-