T
- Type of value represented by property state@Incubating public interface PropertyState<T> extends Provider<T>
Provider
representation for capturing property state. The value can be provided by using the method set()
.
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 methods Project.property(java.lang.Class)
or
ProviderFactory.property(java.lang.Class)
.