Let's say I don't need any runtime web interaction, i.e. I'm not building a twitter client but I just want, say, google Guava to use in my app, so I do something like:
import imop:code.google.com/guava/guava.ImmutableList; does this mean that the compiler will make a call to the web to resolve this? Will it do so every time, or does it create some sort of cache? What about runtime? Will it still need a web connection to run this app or will it run without making any net requests? What about versioning of guava.ImmutableList? -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To view this discussion on the web visit https://groups.google.com/d/msg/javaposse/-/mFajcyn_eg8J. 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/javaposse?hl=en.
