Status: New
Owner: ----
New issue 732 by [email protected]: Weird issue in Guice 3.0
http://code.google.com/p/google-guice/issues/detail?id=732
Cannot access classes under package com.google.inject.internal.util in
Guice 3.0.
The code
import com.google.inject.internal.util.ImmutableMap
is red in my IntelliJ IDEA.
I checked the .jar of Guice 3.0 and see that the class name is
$ImmutableMap, which does not match the code source.
Could anyone explain this?
I also noticed that there is no package-info.java in
com.google.inject.internal.util. Does Guice use package-info to perform
special packaging?
--
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.