filesToScan property

List<File> filesToScan
final

Specific files to include in scanning.

When specified, only these files will be scanned (unless packagesToScan is also specified).

Implementation

final List<File> filesToScan;