AutoCommand

Marks a ktale.api.commands.CommandDefinition class as eligible for auto-registration.

Standalone hosts can discover these classes in a plugin jar and register them without manual wiring. The class must have a public no-arg constructor.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String