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

rules.IllegalImport.md Maven / Gradle / Ivy


Prevent `import`ing from the `sun.*` packages.

Invalid:
````
import sun.security.provider.Sun;
````




© 2015 - 2024 Weber Informatics LLC | Privacy Policy