RequiresApplicationCommands

@Condition(type = RequiresApplicationCommandsChecker::class)
@ConditionalOnProperty(value = ["botcommands.application.enable"], matchIfMissing = true)
annotation class RequiresApplicationCommands(source)

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

See also