We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
モデルの作成は、以下のことが重要です。
下の例では、フィールドのクセス修飾子がpublicですが、privateなどでも大丈夫です。
@Pref(name = "app_status") public class AppStatus extends PrefModel { @PrefKey public String appName; @PrefKey public int startupCount; @PrefKey public boolean showNotification; }