Skip to content

@BindPreference

xcesco edited this page Dec 11, 2017 · 4 revisions

This annotation allow to specify behaviour for specific field when it is persisted to a SharedPreference with @BindSharedPreferences annotation.

Attributes

  • enabled: if true, means field must bind persisted on shared preferences.
  • value: preference name. Default name is attribute name.

Table of Contents

Query definition

Features

Relations

Multithread supports

Modularization

Annotations for data convertion

Annotations for SQLite ORM

Annotations for shared preferences

Clone this wiki locally