Speaking as a Guice + Guava (on Android) user, I'd vote for #5, make Guava an external dependency.
1) Do nothing (and live with the larger jar size where we basically embed all of Guava) I think this is a problem from the Android point of view. What happens when you're still on Guava r09, and I want r10? (That's the situation right now, I think, since I'm switching to trunk Guava/r10 + Guice). That's a lot of extra duplicated code to have installed. -- James Moore [email protected] http://jamesmoorecode.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
