vertx / io.vertx.core.cli.annotations / CLIConfigurator / define

define

open static fun define(clazz: Class<*>): CLI

Creates an instance of the given class, and extracts the metadata from the given class.

Parameters

clazz - the CLI class

Return
the defined CLI.