has any effect (so it will be like all other fields, must be transient or serializable)
👀 1
m
Martin
02/17/2023, 6:29 PM
Thanks!
Martin
02/17/2023, 6:30 PM
Wondering what's the use case for marking something as transient... store computations during the task action? But then might as well use a local variable?
v
Vampire
02/17/2023, 11:00 PM
Not if the field is used by multiple methods maybe at different times.
Just like any other use-case for declaring something transient.