PropertyValue

@Target(allowedTargets = [AnnotationTarget.FIELD])
annotation class PropertyValue(val value: String)

Annotate a field value that will be Property default value

Properties

Link copied to clipboard