Interface ListProperty<T>
- Type Parameters:
T- the type of elements.
- All Superinterfaces:
HasMultipleValues<T>, Provider<List<T>>
Represents a property whose type is a
List of elements of type T.
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.listProperty(Class).
- Since:
- 4.3
-
Method Summary