Column

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Column(val name: String)

Properties

Link copied to clipboard