Skip to content

Instantly share code, notes, and snippets.

@gissuebot
Created July 7, 2014 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gissuebot/39f7eb47b0c38ae8f741 to your computer and use it in GitHub Desktop.
Save gissuebot/39f7eb47b0c38ae8f741 to your computer and use it in GitHub Desktop.
Migrated attachment for Guice issue 213, comment 9
digraph injector {
node [shape=record];
rankdir=LR;
"t61025956" [label="<clazz> DeLorian|<m-120993454> \<init\>|<m1238716794> driver|<m-1700542697> #setEnergySource(...)"];
"t1333291928" [label="<clazz> TimeCircuits|<m218110817> \<init\>"];
"t201833163" [label="<clazz> FluxCapacitor|<m-1169577137> \<init\>"];
"t350930888" [style="dashed", label="<clazz> Character"];
"t1571558359" [label="<clazz> MartyMcFly|<m-1319926108> \<init\>"];
"t809420129" [style="dashed", label="<clazz> EnergySource"];
"t1974044733" [label="<clazz> Biodiesel|<m-1080058024> \<init\>"];
"t809420129" [style="dashed", label="<clazz> EnergySource"];
"t327916146" [label="<clazz> Plutonium|<m1812768317> \<init\>"];
"t201833163":"m-1169577137" -> "t1333291928":clazz [];
"t61025956":"m-1700542697" -> "t809420129":clazz [label="@Nuclear"];
"t61025956":"m-120993454" -> "t201833163":clazz [];
"t61025956":"m-120993454" -> "t1333291928":clazz [];
"t61025956":"m1238716794" -> "t350930888":clazz [label="@Named(value=Marty)"];
"t350930888" -> "t1571558359":clazz [style="dashed", label="@Named(value=Marty)", arrowhead="empty"];
"t809420129" -> "t1974044733":clazz [style="dashed", label="@Renewable", arrowhead="empty"];
"t809420129" -> "t327916146":clazz [style="dashed", label="@Nuclear", arrowhead="empty"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment