Variables

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Variables(val types: String)(source)

Properties

Link copied to clipboard

A string describing the names and types of 1 or more variables. Names and types are separated by :, and name-type pairs are joined by a colon. All spaces are ignored.