Format

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Format(format: String)

Properties

Link copied to clipboard
val format: String