--- In [email protected], "Steve Mathews" <[EMAIL PROTECTED]> wrote:
>
> It only imports what is being used. Using the wild card(*) just says 
you may
> want to use any of the classes in that package, but only the ones you
> actually use will be compiled.

I don't think that's true, if the package you're importing from has 
been compiled into a swc.  I think any import statements that point to 
a class in a swc will get the entire swc.

Reply via email to