Package org.gradle.api.provider
@Incubating
@NonNullApi
package org.gradle.api.provider
The interfaces for value providers.
- Since:
- 4.0
-
InterfacesClassDescriptionListProperty<T>Represents a property whose type is a
Listof elements of typeListProperty.Property<T>AProviderrepresentation for capturing the state of a property.Deprecated.Provider<T>A container object that provides a value of a specific type.A factory for creating instances ofProviderandPropertyState.
Propertyinstead.