@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
Copyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.