Annotation Type JsxSymbolConstant


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface JsxSymbolConstant
    An annotation to mark a Java static string as JavaScript symbol.
    • 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}