frjaeger220 / google-guice

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

BindListener #375

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
BindListener,which allow to do something when binding a object, is very useful.

Original issue reported on code.google.com by jander...@163.com on 21 May 2009 at 11:20

GoogleCodeExporter commented 9 years ago
You can already do this externally using Elements.getElements(). It gives you 
the components of a module, which 
you can inspect for bindings and take appropriate actions.

Original comment by limpbizkit on 22 May 2009 at 2:36