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

co.windly.ktxprefs.annotation.DefaultString.kt Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package co.windly.ktxprefs.annotation

/**
 * Indicates a wrapper methods for given String preference should be generated.
 * 

* One can configure what default value will be used in case if given property was * not set previously, */ @Target(AnnotationTarget.FIELD) annotation class DefaultString( /** * The default value for given String preference. * @return the default value for given String preference */ val value: String )





© 2015 - 2024 Weber Informatics LLC | Privacy Policy