Annotation Type JsxConstructorAlias
-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD}) public @interface JsxConstructorAlias
An annotation to mark a Java method as JavaScript constructor.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
alias
The JavaScript property name.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description SupportedBrowser[]
value
TheSupportedBrowser
s supported by this constructor.
-
-
-
-
value
SupportedBrowser[] value
TheSupportedBrowser
s supported by this constructor.- 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}
-
-