squeezymo
12/15/2016, 11:22 AM@DatabaseField var someBoolPropery = false
set(value) {
field = value
save(dbHelper)
}
Unfortunately, @DatabaseField
annotation does not apply to delegated properties. Is there maybe some other neat trick that Kotlin provides to deal with this sort of scenario?