Interface | Description |
---|---|
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 | Description |
---|---|
AbstractGinModule |
A support class for
GinModule s which reduces repetition and results in
a more readable configuration. |
PrivateGinModule |
Gin counterpart of Guice's
PrivateModule . |
Exception | Description |
---|---|
CreationException |
Exception thrown by Gin at GWT runtime if an error occurs while creating a
requested object.
|
Annotation Type | Description |
---|---|
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. |
Copyright © 2008–2018. All rights reserved.