In Google's Java style guide they suggest to always use Single class imports, but they don't give a reason. What are the reasons to adopt this style of importing single classes instead of *
?
Also, side question, how to I set up IntelliJ to optimize my imports in this fashion?