moneyutils/src/main/kotlin/com/cubetiqs/libra/moneyutils/SpecialString.kt

5 lines
222 B
Kotlin
Raw Normal View History

package com.cubetiqs.libra.moneyutils
@Target(AnnotationTarget.FIELD)
@Retention(AnnotationRetention.RUNTIME)
annotation class SpecialString(val value: String = "", val upperCase: Boolean = true, val trim: Boolean = true)