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
    The JavaScript property name.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The SupportedBrowsers supported by this constructor.