@Retention(value=RUNTIME) @Target(value={CONSTRUCTOR,METHOD}) public @interface JsxConstructorAlias
Modifier and Type | Required Element and Description |
---|---|
String |
alias
The JavaScript property name.
|
Modifier and Type | Optional Element and Description |
---|---|
SupportedBrowser[] |
value
The
SupportedBrowser s supported by this constructor. |
public abstract String alias
public abstract SupportedBrowser[] value
SupportedBrowser
s supported by this constructor.SupportedBrowser
sCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.