Package jsinterop.annotations
Annotation Type JsMethod
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface JsMethod
JsMethod marks a method that will be directly translated into a JavaScript method preserving its name.Note: In JavaScript, instance members are defined on the prototype and class members are defined on the constructor function of the type.