@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface WebBrowser
Modifier and Type | Required Element and Description |
---|---|
BrowserName |
value
The browser name.
|
Modifier and Type | Optional Element and Description |
---|---|
float |
maxVersion
The maximum version which supports this feature.
|
float |
minVersion
The minimum version which supports this feature.
|
public abstract BrowserName value
public abstract float minVersion
public abstract float maxVersion
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.