CommandId

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class CommandId(val value: String)(source)

Sets a unique command ID on an annotated application command function.

This can be used to disambiguate some commands, and can be applied to any application command, top-level or not.

See also

@DeclarationFilter

Properties

Link copied to clipboard