Package react4j.annotations
Annotation Interface InputRef
Annotation used to associate a parameter with a input on a method annotated with
OnInputChange
.
The type of the parameter must be the same as the return type of the input method.-
Required Element Summary
-
Element Details
-
value
Return the name of the associated input.- Returns:
- the name of the input.
-