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