We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04d22d commit 0b0c5d9Copy full SHA for 0b0c5d9
guice/README.md
@@ -6,7 +6,8 @@ This plugin provides support for [Guice](http://code.google.com/p/google-guice/)
6
7
* Allow constructor injection via delegate
8
9
-the idea is the same as this https://github.com/typesafehub/play-plugins/tree/master/inject/sample_without_static_field
+this design pattern can be achieved the same as with manual Injection.
10
+[This] (https://github.com/typesafehub/play-plugins/tree/master/inject/sample_without_static_field) sample app demonstrates it.
11
12
* Allows static field injection to a preconfigured package (```controllers``` by default) ie
13
0 commit comments