xiaodududu / google-guice

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

guice-grapher rootedAt method takes only Class parameters #602

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
InjectorGrapher.rootedAt takes only Class parameters so it's not possible to 
create a graph rooted at an arbitrary key. This patch adds a rootedAt(Key...) 
method that does the same thing and test for both versions of the method.

Original issue reported on code.google.com by boj...@google.com on 15 Feb 2011 at 1:30

Attachments:

GoogleCodeExporter commented 9 years ago
fixed in r1495, thanks!

Original comment by sberlin on 16 Feb 2011 at 2:19