when I try to annotate a property with a delegate ...
# announcements
g
when I try to annotate a property with a delegate with @Transient, I get "annotation not applicable to target 'member property with delegate’”, which is pretty clear, but does that mean there’s no way to make a delegated field transient?