@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface BindingParam
Marker annotation to identify the name of a parameter of a method.
The value of this parameter is getting from current binding argument.
- Since:
- 6.0.0
- Author:
- dennis
- See Also:
Init
,
Command