CallbackArgument

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class CallbackArgument(val name: String, val argumentType: ArgumentType, val defaultValue: KClass<out ArgumentValue> = DefaultArgumentValue::class, val isNullable: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val isNullable: Boolean = false
Link copied to clipboard