<@U3FP6UXPV> you can try making a private `@Transi...
# announcements
m
@gimlet you can try making a private
@Transient
property with a backing field which is not
by Delegate
, but
= Delegate
. And then create a property without a backing field at all, so its getter will call
delegatedField.getValue()
, and setter will call
delegatedField.setValue(new0
.