Excluding packages from decompilation
It's possible to exclude all the classes in a package from decompilation in order to skip over code you're not interested in. The exclusion may apply to the named package, or the package and all its subpackages.
The effect of exclusion is to cut IntelliJad out of the process for opening a file, i.e. the class stub will appear in an editor.
Excluding packages from IntelliJad
Excluding packages
Packages can be excluded in two ways:
Recursive exclusion
If the "Always exclude packages recursively" checkbox is enabled, recursive exclusion for the package will be enabled. Additionally, the "Exclude recursively" checkbox of the decompilation dialog will automatically be selected when this option is used.
Once a package has been excluded, you can then control its subpackage exclusion from the exclusion table.
Enabling/disabling exclusions
Each exclusion has a flag controlling whether it is enabled. This allows you enable or disable exclusions without having to add or remove them from the table.