Package org.zkoss.bind.annotation
Annotation Type Command
-
@Target(METHOD) @Retention(RUNTIME) public @interface CommandMarker annotation to identify a Command method.
A Command method could also use withBindingParamand others to assign a binding argument as its parameter, andDefaultto assign a default value if the argument is null.- Since:
- 6.0.0
- Author:
- henrichen, 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
-