Annotation Type JsxStaticGetter
-
@Retention(RUNTIME) @Target(METHOD) public @interface JsxStaticGetter
An annotation to mark a Java method as JavaScript getter, not at instance level.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description SupportedBrowser[]
value
TheSupportedBrowser
s supported by this getter.
-
-
-
Element Detail
-
value
SupportedBrowser[] value
TheSupportedBrowser
s supported by this getter.- Returns:
- the
SupportedBrowser
s
- 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}
-
-