SetupQuestion

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class SetupQuestion(val index: Int, val translationKey: String, val answer: KClass<out SetupAnswer> = NullSetupAnswer::class, val forceAnswer: Boolean = false, val default: Array<String> = [])

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val forceAnswer: Boolean = false
Link copied to clipboard
val index: Int
Link copied to clipboard