applies property

Set<String> get applies

A set of builder keys that this builder applies to.

This is used to define builder ordering. Any builder listed here will have this builder's outputs applied as inputs.

Implementation

Set<String> get applies;