All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dailystudio.devbricksx.annotations.SharedPreference.kt Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
package com.dailystudio.devbricksx.annotations

@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.CLASS)
annotation class SharedPreference()

@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.FIELD)
annotation class PreferenceValue(val prefName: String = "",
                                 val defaultValueStr: String = "")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy