This message was deleted.
# configuration-cache
s
This message was deleted.
r
Looks like there's an internal package that declares a
Transient<T>
base class
r
Hm… I don’t think we have test coverage for
ValueSourceParameters
with fields at all.
🤔 1
Elaborating on that, the expectation is that one can define new parameters using injected properties:
Copy code
interface MyParameters : ValueSourceParameters {
  val aStringParameter : Property<String>
  val aFlag : Property<Boolean>
}
And some of those might be optional but not transient.
What’s the use case?