google-code-export / google-guice

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

Undocumented dependency of assistedInject to Google Collect #333

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I recently started to use assistedinject, and it took me time to understand
that assistedinject depends heavily on the API Google Collect which I
didn't use, didn't have and even didn't know about.

Is it possible to whether remove the dependencies from that extension --
because I really think that the java.util.* can do the job when I see the
code -- or document that dependency and include the Google Collect in the
guice package ?

Thank you

Original issue reported on code.google.com by ogregoire on 13 Feb 2009 at 8:51

GoogleCodeExporter commented 9 years ago
We now use Guice's internal copy of Google Collections.

Original comment by limpbizkit on 26 Apr 2009 at 9:11