@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.
public abstract String[] name
If unspecified, defaults to the method name.
Copyright © 2015. All rights reserved.