Package com.google.gwt.inject.client.binder

Interface Summary
GinAnnotatedBindingBuilder<T> See the EDSL examples at GinBinder.
GinAnnotatedConstantBindingBuilder See the EDSL examples at GinBinder.
GinAnnotatedElementBuilder Builder returned from calls to expose, used to add an (optional) annotation to the element that is being exposed.
GinBinder Collects configuration information (primarily bindings) which will be used to create a Ginjector.
GinConstantBindingBuilder Binds to a constant value.
GinLinkedBindingBuilder<T> See the EDSL examples at GinBinder.
GinScopedBindingBuilder See the EDSL examples at GinBinder.
PrivateGinBinder Extension of GinBinder that allows for exposing keys.