packagesToExclude property

List<String> packagesToExclude
final

List of package patterns to exclude from scanning.

Uses same pattern format as packagesToScan. Exclusion takes precedence over inclusion.

Implementation

final List<String> packagesToExclude;