xiaodududu / google-guice

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

Undeprecate Guice.createInjector(Stage, ...) #511

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This method isn't ideal (Stage existed before Binder), but I prefer to support 
methods unless they're seriously flawed in some way. For example, it makes 
sense to deprecate byte->char conversion methods that don't specify a charset.

Original issue reported on code.google.com by crazybob...@gmail.com on 1 Jul 2010 at 1:19

GoogleCodeExporter commented 9 years ago

Original comment by crazybob...@gmail.com on 1 Jul 2010 at 1:23

GoogleCodeExporter commented 9 years ago
I think we should figure out what's going on with InjectorBuilder before 
changing this.  Am fine removing deprecation though -- only added it at your 
request. :-)

Original comment by sberlin on 1 Jul 2010 at 3:06

GoogleCodeExporter commented 9 years ago

Original comment by sberlin on 1 Jul 2010 at 3:10

GoogleCodeExporter commented 9 years ago
Jesse did this the other day.

Original comment by sberlin on 17 Jul 2010 at 11:27