If you program from IDEA then you don’t really care. You never see your imports, because you can always Ctrl+Click to navigate to your declaration. The only reason I’m aware of to turn off '*’ import (by setting limit to 9999 as suggested above) is to reduce the number of VCS merge conflicts in large projects.