Annotation Type JsxFunction


@Retention(RUNTIME) @Target(METHOD) public @interface JsxFunction
An annotation to mark a Java method as JavaScript function.
  • Element Details

    • value

      The SupportedBrowsers supported by this function.
      Returns:
      the SupportedBrowsers
      Default:
      {CHROME, EDGE, FF, FF_ESR}
    • functionName

      String functionName
      The JavaScript function property name.
      Returns:
      the function property name
      Default:
      ""