public class GwtDotCreateProvider<T> extends java.lang.Object implements Provider<T>
bind().in(scope) (where there is no target key).
Since Gin will use GWT.create(), we need to
make Guice think that something is bound.
This class is public so that BindingProcessor
can detect this.
Some details are in
issue 22.public T get()
com.google.inject.ProviderT. Must never return null.get in interface javax.inject.Provider<T>