Annotation Type JsxGetter
-
@Retention(RUNTIME) @Target(METHOD) public @interface JsxGetterAn annotation to mark a Java method as JavaScript getter.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringpropertyNameThe JavaScript getter property name.SupportedBrowser[]valueTheSupportedBrowsers supported by this getter.
-
-
-
Element Detail
-
value
SupportedBrowser[] value
TheSupportedBrowsers supported by this getter.- Returns:
- the
SupportedBrowsers
- Default:
- {org.htmlunit.javascript.configuration.SupportedBrowser.CHROME, org.htmlunit.javascript.configuration.SupportedBrowser.EDGE, org.htmlunit.javascript.configuration.SupportedBrowser.FF, org.htmlunit.javascript.configuration.SupportedBrowser.FF_ESR}
-
-