google-code-export / google-guice

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

Support HasDependencies for requestInjection(), custom providers, etc... #272

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Binding SPI should mix these results with the static dependencies.

Original issue reported on code.google.com by crazybob...@gmail.com on 14 Nov 2008 at 10:54

GoogleCodeExporter commented 9 years ago
Added the interface, and support for custom providers & instance bindings.
requestInjection()/requestStaticInjection() are still outstanding. 

Original comment by limpbizkit on 25 Dec 2008 at 4:29

GoogleCodeExporter commented 9 years ago
Added methods to fetch injection points for requestInjection and 
requestStaticInjection.

Original comment by limpbizkit on 29 Dec 2008 at 5:24