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

co.windly.ktxprefs.annotation.DefaultFloat.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 Float 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 DefaultFloat( /** * The default value for given Float preference. * @return the default value for given Float preference */ val value: Float )





© 2015 - 2024 Weber Informatics LLC | Privacy Policy