Annotation Type JsxSymbol


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface JsxSymbol
    An annotation to mark a Java method as JavaScript symbol getter.
    • Element Detail

      • value

        SupportedBrowser[] value
        The SupportedBrowsers supported by this symbol getter.
        Returns:
        the SupportedBrowsers
        Default:
        {org.htmlunit.javascript.configuration.SupportedBrowser.CHROME, org.htmlunit.javascript.configuration.SupportedBrowser.EDGE, org.htmlunit.javascript.configuration.SupportedBrowser.FF, org.htmlunit.javascript.configuration.SupportedBrowser.FF_ESR}
      • symbolName

        java.lang.String symbolName
        The JavaScript symbol name.
        Returns:
        the symbol name
        Default:
        ""