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()
.
You can create a PropertyState
instance using the method Project.property(java.lang.Class)
.