Package com.google.gwt.inject.client

Interface Summary
AsyncProvider<T> An object capable of providing an instance of type T asynchronously via AsyncCallback.
Ginjector Where the GWT world stops and the GIN/Guice world begins.
GinModule GIN counterpart of Guice's Module.
 

Class Summary
AbstractGinModule GIN counterpart of Guice's AbstractModule.
 

Exception Summary
CreationException Exception thrown by Gin at GWT runtime if an error occurs while creating a requested object.
 

Annotation Types Summary
GinModules An annotation to put on @Ginjector subtypes to indicate which GinModule implementations to use.