fmgasparino / google-gin

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

injectMembers incorrectly requires default constructor #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like GIN's injectMembers insists that its parameters be
classes with injectible constructors, while in Guice this is
explicitly not a requirement. Is there a reason for this discrepancy?

Original issue reported on code.google.com by f...@google.com on 3 Sep 2009 at 12:36

GoogleCodeExporter commented 9 years ago

Original comment by aragos on 7 Sep 2009 at 7:29

GoogleCodeExporter commented 9 years ago
Patch submitted for review: http://codereview.appspot.com/116057

Original comment by aragos on 8 Sep 2009 at 10:36

GoogleCodeExporter commented 9 years ago
Fixed in r117.

Original comment by aragos on 5 Oct 2009 at 10:41