-
Originally reported on Google Code with ID 3769
```
Found in GWT Release:
1.6.4
Encountered on OS / Browser:
All
Detailed description:
A method annotation (for example: @DontCompileToJavaScript) t…
-
```
As of Aug 22 GIN 2.1.1 is released but it's still missing in Maven Repository.
Could you publish it to Maven aswell?
Thank you! :)
I assume this fixes: http://code.google.com/p/google-gin/iss…
-
```
What steps will reproduce the problem?
1. Check-out source code from the readonly SVN trunk
2. View source file:
samples/HigherLower/src/com/google/gwt/gin/higherlower/client/Walter.java
3. Notice…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
The built in binding for java.util.logging.Logger does not seem to work? (see :
http://code.…
-
```
Gin trunk still uses
com.google.gwt.dev.util.Preconditions
and possibly other classes that have been removed in GWT trunk. GWT now uses
Guava 15 equivalents repackaged under
com.google.gwt.t…
-
```
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 use GWT with Gin integration under a Websphere Application Server 6.1
environnement.
When I try to launch the hosted mode (GWT 2.2) I got this error at start time :
WARNING: Use on a JRE pri…
-
```
I use GWT with Gin integration under a Websphere Application Server 6.1
environnement.
When I try to launch the hosted mode (GWT 2.2) I got this error at start time :
WARNING: Use on a JRE pri…
-
```
This is a duplicate of issue 119.
Version: Gin 1.0
Repro steps:
1. Create a Ginjector with a @GinModules tag
@GinModules(MyModule.class)
public interface Injector extends Ginjector
{}
2. If t…
-
```
Add support for assisted inject. Proposed solution: Add a method "void
asFactory()" (or similar) to GinLinkedBindingBuilder. A binding would look
like this:
bind(MyFactory.class).asFactory();
//…