How does the Built-in Bindings of Google Guice work?
Posted
by lony
on Stack Overflow
See other posts from Stack Overflow
or by lony
Published on 2009-12-20T22:51:32Z
Indexed on
2010/05/18
5:30 UTC
Read the original article
Hit count: 170
Hello,
I tried Google Guice the first time and find it very nice. But, when I reached the part of Built-in Bindings I do not understand the examples.
For me it looks like I can use it for logging like an interceptor, but I don't know how.
Could someone of you explain this type of Binding and how I can use it? And maybe (if it's possible) use it for logging?
© Stack Overflow or respective owner