RequiresTextCommands

@Condition(type = RequiresTextCommandsChecker::class)
@ConditionalOnProperty(value = ["botcommands.text.enable"], matchIfMissing = true)
annotation class RequiresTextCommands(source)

Prevents usage of the annotated service if text commands are not enabled.

See also