Like on this annotation: `expect annotation class ...
# multiplatform
m
Like on this annotation:
expect annotation class Column(val name: String = "", val nullable: Boolean = true)
I can use
@Column("name")
, but not
@Column(name = "name")