public class GwtDotCreateProvider<T> extends 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.Copyright © 2008–2018. All rights reserved.