idea在使用过程中,类中出现 import com.landspace.annotation.*; 这样的导入方式,下面就如何避免这种情况编写文档
编辑 file -- >settings --> Code Style --> Java -- > imports
设置 class count to use import with ‘*‘ 设置100
Names count to use static import with ‘*‘ 设置100
这样操作之后,将带*好的删除并重新导包,就没有*号啦。