In Jsni Example to call a java method from javascript we wirte this
$wnd.testJSNI=
@com.jsni.client
.HelloJSNI::testJSNI(Ljava/lang/String;)(test);
I try to figure out,but could'nt find what we exactly meant by Ljava/lang/String? and do we necessarily pass these arguments?