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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Return the name of the associated input.
  • Element Details

    • value

      @Nonnull String value
      Return the name of the associated input.
      Returns:
      the name of the input.