Status: New
Owner: ----

New issue 526 by [email protected]: Followup matters to r1185
http://code.google.com/p/google-guice/issues/detail?id=526

In r1185 my idea of moving general utility classes to the package com.google.guice.internal.util to render the main internal package more comprehensible to people approaching the codebase was accepted.

I have two followup points:

1) Despite being mentioned in the list of files in the commit message,
Function.java was not actually moved. I think it ought to be.


2) Does anyone feel that having the util package depend on _nothing_ in
the main internal package (other than @Nullable, which can't really be
helped) is a good thing to strive for? If so, I shall submit a patch
that that moves parts of c.g.i.i.MoreTypes to c.g.i.i.util.Classes to break the last non-annotation dependency of the c.g.i.i.util package onto the c.g.i.i package.
and are used within the util package into util.Classes.


--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" 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-dev?hl=en.

Reply via email to