Attribute

data class Attribute(val name: String, val type: String? = null, val use: String? = null, val annotation: Annotation? = null)(source)

Constructors

Link copied to clipboard
constructor(name: String, type: String? = null, use: String? = null, annotation: Annotation? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String?
Link copied to clipboard
val use: String?