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


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface WebBrowser

An annotation to specify a range of browser, e.g. Firefox from version 3.6 to version 10.

Version:
$Revision: 7387 $
Author:
Ahmed Ashour

Required Element Summary
 BrowserName value
          The browser name.
 
Optional Element Summary
 float maxVersion
          The maximum version which supports this feature.
 float minVersion
          The minimum version which supports this feature.
 

Element Detail

value

public abstract BrowserName value
The browser name.

minVersion

public abstract float minVersion
The minimum version which supports this feature.

Default:
0.0f

maxVersion

public abstract float maxVersion
The maximum version which supports this feature.

Default:
3.4028234663852886E38f


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