pardom-zz / ActiveAndroid

Active record style SQLite persistence for Android
http://www.activeandroid.com
4.7k stars 1.03k forks source link

why final methods? #498

Open robinsingh-bw opened 8 years ago

robinsingh-bw commented 8 years ago

Hey,

Why are methods like save() declared final in the Model class? It would make life much easier if we could update fields like 'updated_at' by overriding it.

Regards.

MartinKocour commented 8 years ago

Please make save() non final...