PeteGashek / puzzlebazar

Automatically exported from code.google.com/p/puzzlebazar
0 stars 0 forks source link

Get rid of all the @Inject in the proxy hierarchy #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With the new generator-based proxys, GIN dependency injection no longer 
works. Get rid of all these inject methods, but make sure they are called (or 
at least their content is executed) by the constructors of generated classes.

Original issue reported on code.google.com by philippe.beaudoin on 21 Mar 2010 at 7:32

GoogleCodeExporter commented 9 years ago
Probably not so bad, after all, it's good if users want to write their custom 
proxy 
class. We'll leave that in there.

Original comment by philippe.beaudoin on 22 Mar 2010 at 4:03