com.gargoylesoftware.htmlunit.javascript.configuration
Annotation Type JsxConstant


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface JsxConstant

An annotation to mark a Java field as JavaScript constant.

Version:
$Revision: 7387 $
Author:
Ahmed Ashour

Optional Element Summary
 WebBrowser[] value
          The WebBrowsers supported by this constant.
 

value

public abstract WebBrowser[] value
The WebBrowsers supported by this constant.

Default:
{@com.gargoylesoftware.htmlunit.javascript.configuration.WebBrowser(com.gargoylesoftware.htmlunit.javascript.configuration.BrowserName.IE), @com.gargoylesoftware.htmlunit.javascript.configuration.WebBrowser(com.gargoylesoftware.htmlunit.javascript.configuration.BrowserName.FF), @com.gargoylesoftware.htmlunit.javascript.configuration.WebBrowser(com.gargoylesoftware.htmlunit.javascript.configuration.BrowserName.CHROME)}


Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.