T
- the type of elements.@Incubating public interface SetProperty<T> extends Provider<Set<T>>, HasMultipleValues<T>
Set
of elements of type T
. Retains iteration order.
Note: This interface is not intended for implementation by build script or plugin authors. An instance of this class can be created through the factory method ObjectFactory.setProperty(Class)
.