In the JSNI example to call a Java method from Javascript, they write this:
$wnd.testJSNI = @com.jsni.client.HelloJSNI::testJSNI(Ljava/lang/String;)(test);
I tried to figure it out, but couldn't find what exactly is meant by Ljava/lang/String? Am I required to pass these arguments?