Every time one of my managed objects changes, I want to save the date when it was changed (in an attribute that is already in my data model), for convenience, when I synchronize with other clients.
Is there a way to do this without A) rewriting all my setters manually or B) relying on myself to always change the modification date every time the object was changed?
source share