ActionParameter

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

ActionParameter annotation for functions without arguments

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