rules.AvoidStarImport.md Maven / Gradle / Ivy
Prevents the use of the star import.
Invalid:
````
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
````
© 2015 - 2024 Weber Informatics LLC | Privacy Policy