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 A support class for GinModules which reduces repetition and results in a more readable configuration.
PrivateGinModule Gin counterpart of Guice's PrivateModule.
 

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.
NoGinModules Gin warns in cases where no GinModule is registered with a Ginjector via a @GinModules annotation.