All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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