kemitix-checkstyle-ruleset/src/builder/resources/rules/IllegalImport.md

8 lines
102 B
Markdown
Raw Normal View History

Prevent `import`ing from the `sun.*` packages.
Invalid:
````
import sun.security.provider.Sun;
````