/**@class android.webkit.JavascriptInterface
 implements java.lang.annotation.Annotation

 Annotation that allows exposing methods to JavaScript. Starting from API level
 {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1} and above, only methods explicitly
 marked with this annotation are available to the Javascript code. See
 {@link android.webkit.WebView#addJavascriptInterface} for more information about it.

*/
var JavascriptInterface = {


};