-
```
What steps will reproduce the problem?
1. download&build gin.jar with gwt1.6.4
2. add the lib gin.jar to the eclipse-build-path
2. adding the
What is the expected output? What do you see instea…
-
```
Please distribute this great library in a maven repository.
See also:
http://groups.google.com/group/google-gin/browse_thread/thread/211fa264a1b42b3a/
470f2b4c9b533ea2?lnk=gst&q=maven#470f2b4c9b5…
-
```
--> What steps will reproduce the problem?
I'm using the new 'Activity' interfaces provided by GWT. In order to enhance
the functionality, and allow a page to load his javascript only once called…
-
```
In issue #129, we introduced the ability to specify gin modules in a GWT module
property value. These specified gin modules get applied to all ginjectors that
are created in an application. Inst…
-
```
What steps will reproduce the problem?
1. Open http://code.google.com/p/google-gin/wiki/GinFaq
2. Locate "What bindings don't work?"
What is the expected output? What do you see instead?
I see a …
-
```
My Module provides values of same type:
public class MyModule extends AbstractGinModule {
@Provides @Apple
public Label getApple() {
return new Label("apple");
}
@Provid…
-
Originally reported on Google Code with ID 8317
```
Found in GWT Release (e.g. 2.4.0, 2.5.1, trunk):
2.5.1
Encountered on OS / Browser (e.g. WinXP, IE9, FF10):
Not OS-specific
Detailed descriptio…
-
```
Trying to inject an instance of a non-public class fails weirdly. Would be
nice to support this as well as Guice does. Regardless, if it fails, it
should fail with useful error messages.
```
Orig…
-
```
What steps will reproduce the problem?
1. Create a GinModule class implementing equals() and hashCode() and adding
bindings from its configure()
2. Reference the module twice from @GinModules, or…
-
```
Trying to inject an instance of a non-public class fails weirdly. Would be
nice to support this as well as Guice does. Regardless, if it fails, it
should fail with useful error messages.
```
Orig…