Skip to content

Commit 0b0c5d9

Browse files
committed
Update guice/README.md
1 parent a04d22d commit 0b0c5d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guice/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This plugin provides support for [Guice](http://code.google.com/p/google-guice/)
66

77
* Allow constructor injection via delegate
88

9-
the idea is the same as this https://github.com/typesafehub/play-plugins/tree/master/inject/sample_without_static_field
9+
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.
1011

1112
* Allows static field injection to a preconfigured package (```controllers``` by default) ie
1213

0 commit comments

Comments
 (0)