chosenPresets property

Set<String> chosenPresets
final

The set of presets to use.

Any chosen presets for the parent configuration are added to the chosen preset sets for child configurations as well.

Note that the order of this set matters.

Implementation

final Set<String> chosenPresets;