-
```
It seems, that the current GIN 2.1 is compiled with Java7.
We still use Java6 for our development so we get the "Unsupported major.minor
version 51.0" Error.
Is there an actual reason that Jav…
-
```
What steps will reproduce the problem?
--------------------------------------
1. Inject an inner class into an outer class through method or field injection.
The inner class here is intentionally…
-
```
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 …
-
```
What steps will reproduce the problem?
1. Create FooModule with some bindings, including bind(IFoo.class).to(Foo.class)
2. Create BarModule with some bindings, including bin(IFoo.class).to(Bar.cla…
-
```
What steps will reproduce the problem?
1. Check out the trunk
2. point gwt.home ant variable to a gwt-2.0.0 installation
3. run the build (I actually just wanted to build the jar so I just ran cle…
-
```
My Module provides values of same type:
public class MyModule extends AbstractGinModule {
@Provides @Apple
public Label getApple() {
return new Label("apple");
}
@Provid…
-
```
After checking out GIN, to my eclipse workspace, I run the build.xml script
and get the output in the attached file. The path to the project has spaces
in it and it appears that it is being incorr…
-
```
I tried to build my project with Gin and gwt svn 9401. It fails miserably with
this message:
run.gwt.compiler.client:
[java] Compiling module com.noveideje.dostava.App
[java] Scannin…
-
```
What steps will reproduce the problem?
1. create an enum (Foo) with an inner Visitor interface
2. set up a binding from visitor to an implementing class
bind(new TypeLeteral).to(BarVistor.class);…
-
```
What steps will reproduce the problem?
1. Fathom a way of doing Gin-friendly plugins
2. Come across issue #95
3. Refathom a way of doing Gin-friendly plugins
4. Discover Guice's Multibinder
5. Rea…