frjaeger220 / google-guice

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

Lazy singleton scope #357

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This would be especially useful in Stage.PRODUCTION.

See also
http://groups.google.com/group/google-guice/browse_thread/thread/e34e475609c2cec
4

Original issue reported on code.google.com by limpbizkit on 9 Apr 2009 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by limpbizkit on 26 Apr 2009 at 8:13

GoogleCodeExporter commented 9 years ago
It would be really nice to be able to define lazy singletons in PRODUCTION 
stage.

You might find it not that useful in server apps, but I think it is quite 
needed for
Guice on Android. And of course, the solution shouldn't involve any dynamic 
proxy (No
AOP on Android ;-) ).

Original comment by py.ricau on 27 Nov 2009 at 10:05