classes

@get:InputFiles
@get:PathSensitive(value = PathSensitivity.RELATIVE)
@get:SkipWhenEmpty
var classes: FileCollection?

Property to specify the target classes to analyze by SpotBugs. Default value is the all existing .class files in getClassDirs.