I use Guice in an Android app so I am sensitive to size.

On Wed, Jul 6, 2011 at 7:12 AM, Sam Berlin <[email protected]> wrote:

> The reasons why I think exposing the dependency is a bad idea:
>
> 1) Where do we stop?  Should we expose cglib & asm as real dependencies
> that can be upgraded too (real question)?  That exposes the means by which
> Guice is doing its bytecode manipulation for grabbing line numbers & for
> AOP.  If Guice decides to change how it does it, then people may have a
> false dependency/requirement on cglib & asm.
>

Cglib and ASM have been known to make incompatible changes. I'm pretty
confident that Guava will not from now on.

Bob

-- 
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.

Reply via email to