@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 |
---|---|
int |
maxVersion
The maximum version which supports this feature.
|
int |
minVersion
The minimum version which supports this feature.
|
public abstract BrowserName value
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.