packagesToExclude property
List of package patterns to exclude from scanning.
Uses same pattern format as packagesToScan. Exclusion takes precedence over inclusion.
Implementation
final List<String> packagesToExclude;
List of package patterns to exclude from scanning.
Uses same pattern format as packagesToScan. Exclusion takes precedence over inclusion.
final List<String> packagesToExclude;