-
```
I'm trying to reuse a GinModule on the server side where Guice is used. For
that I am using the install( new GinModuleAdapter( new MyGinModule());
This seems to have impact on other bindings tha…
-
```
I'm trying to reuse a GinModule on the server side where Guice is used. For
that I am using the install( new GinModuleAdapter( new MyGinModule());
This seems to have impact on other bindings tha…
-
```
What steps will reproduce the problem?
According to the Guice injection points document at:
https://github.com/google/guice/wiki/InjectionPoints
injection methods of super classes are called befo…
-
```
What steps will reproduce the problem?
According to the Guice injection points document at:
https://github.com/google/guice/wiki/InjectionPoints
injection methods of super classes are called befo…
-
I am trying to write an EntryPoint Test
I get an error about Locale (see stack below)
When i try to define a locale in gwt.xml, i get the same error, plus this warning on the console
```
Unable to…
-
```
What steps will reproduce the problem?
1. add to a GIN-managed class a method like:
@Inject(optional = true) void injectA(A object){ }
, where A is a class not configured anywhere in GIN modules
…
-
```
What steps will reproduce the problem?
1. add to a GIN-managed class a method like:
@Inject(optional = true) void injectA(A object){ }
, where A is a class not configured anywhere in GIN modules
…
-
```
What steps will reproduce the problem?
1. add to a GIN-managed class a method like:
@Inject(optional = true) void injectA(A object){ }
, where A is a class not configured anywhere in GIN modules
…
-
```
What steps will reproduce the problem?
1. add to a GIN-managed class a method like:
@Inject(optional = true) void injectA(A object){ }
, where A is a class not configured anywhere in GIN modules
…
-
```
What steps will reproduce the problem?
1. add to a GIN-managed class a method like:
@Inject(optional = true) void injectA(A object){ }
, where A is a class not configured anywhere in GIN modules
…