2
可能重複:
Why is using a wild card with a Java import statement bad?
Performance difference between a wild card import and the required class import啓示導入Java包帶通配符
什麼是進口使用.*
與明確指定一個包Java包的含義。例如,
import java.lang.annotation.Annotation;
代替
import java.lang.annotation.*;
是否有在編譯時或運行時的處罰,使用通配符時?