Annotation Type JsxConstant


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface JsxConstant
    An annotation to mark a Java field as JavaScript constant.
    • Element Detail

      • value

        SupportedBrowser[] value
        The SupportedBrowsers supported by this constant.
        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}