Notifiable

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Notifiable

Marks a characteristic property as notifiable: the server can push value changes to subscribed clients without acknowledgement, and the client can observe them.