generateFor property
A set of glob patterns that determine which files this builder should process.
The builder will only process files that match at least one of these patterns.
If empty, the builder's shouldBuildFor
method alone determines which files to process.
Implementation
@override
final Set<String> generateFor;