fmgasparino / google-gin

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

Add support for provider methods #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Gin should support provider methods. This would mean that the GinModule
would have to be instantiated and some of its methods actually called at
runtime. (We'd need to be careful to ensure that configure() still compiles
out completely.)

This may require changes in the Guice SPI to be done cleanly.

Original issue reported on code.google.com by bstoler+code@google.com on 28 Dec 2008 at 12:56

GoogleCodeExporter commented 9 years ago
I have this working locally. This will require Guice changes as per
http://code.google.com/p/google-guice/issues/detail?id=305.

Original comment by bstoler+code@google.com on 6 Jan 2009 at 4:44

GoogleCodeExporter commented 9 years ago
Patch sent for review: http://codereview.appspot.com/11706

Original comment by bstoler+code@google.com on 8 Jan 2009 at 5:40

GoogleCodeExporter commented 9 years ago
Patch ready to go (see latest snapshot on code review). Now waiting for an 
updated
Guice snapshot, which I'll need to submit simultaneously with this patch.

Original comment by bstoler+code@google.com on 8 Jan 2009 at 11:12

GoogleCodeExporter commented 9 years ago
Submitted in r80.

Original comment by bstoler+code@google.com on 14 Jan 2009 at 1:31