Annotation Type JsxSymbol
-
@Retention(RUNTIME) @Target(METHOD) public @interface JsxSymbol
An annotation to mark a Java method as JavaScript symbol getter.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
symbolName
The JavaScript symbol name.SupportedBrowser[]
value
TheSupportedBrowser
s supported by this symbol getter.
-
-
-
Element Detail
-
value
SupportedBrowser[] value
TheSupportedBrowser
s supported by this symbol 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}
-
-