TextParameter

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class TextParameter(val label: String, val order: Int = Int.MAX_VALUE)(source)

TextParameter annotation for a text parameter

Properties

Link copied to clipboard

a short description of the parameter

Link copied to clipboard
val order: Int

hint for where to place the parameter in user interfaces