Model Set
A set of managed model objects.
org.gradle.model.Managed types may declare managed set properties. Managed sets can only contain managed types.
Managed set objects cannot be mutated via the mutative methods of the java.util.Set interface (e.g. add, clear). To add elements to the set, the create method can be used.
Parameters
<T>
the type of model object