@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface JavaScriptMethod
This annotation is assumed to be implicit on every public methods that start with 'js', like 'jsFoo' or 'jsBar', but you can use this annotation on those methods to assign different names.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
name
JavaScript method name assigned to this method.
|
Copyright © 2013. All Rights Reserved.