I want
1. "@JsType(isNative = false, name = "JsEmail", namespace = JsPackage.GLOBAL)" generate JS.
2. bind "JsEmail" into Window object so I can see Window.JsEmail during Chrome inspect.
3. In pure js environment, I can use JsEmail.someMethod() directly.
I appreciate your help.
David