Guys,

I want everyone to avoid imports like this

import static java.util.Map.*;

We have javax.cache.Cache.Entry. So, we will come to a point when in some
part of sources Map.Entry and Entry [cache] will be used, and Cache.Entry
and Entry [map] will be used in other parts. This will cause a lot of
inconveniences.

Thoughts?

--Yakov

Reply via email to