@Documented
@Target(value=PARAMETER)
public @interface InputRef
OnInputChange .
The type of the parameter must be the same as the return type of the input method.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Return the name of the associated input.
|