Automatic Resource Management, V.2

Neal Gafter neal at gafter.com
Mon Apr 20 08:30:48 PDT 2009


On Mon, Apr 20, 2009 at 3:47 AM, Reinier Zwitserloot <
reinier at zwitserloot.com> wrote:

> The usage of package java.lang.auto isn't neccessary; classes in your
> own package always take precedence over java.lang classes, and any
> import statement that clashes with a java.lang class takes precedence
> over java.lang.


Explicit *-imports do not take precedence over the implicit import of
java.lang.*.



More information about the coin-dev mailing list