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
Prevent `import`ing from the `sun.*` packages.
Invalid:
````
import sun.security.provider.Sun;
````