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