fmgasparino / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

Feature: Field injection #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I implemented field injection for Gin, to reach feature parity with Guice
and because it is fun. :)  Field injection enables any field in a
guice-controlled class to be annotated with @Inject, the Ginjector will
then take care of adding values for those fields.

This change is included in patch http://codereview.appspot.com/7735

Original issue reported on code.google.com by aragos on 4 Nov 2008 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by aragos on 23 Dec 2008 at 7:42