open static fun create(vertx: Vertx, clazz: Class<out AnnotatedCommand>): Command
Create a command from a Java class, annotated with Vert.x Core CLI annotations.
vertx - the vertx instance
vertx
clazz - the class of the command
clazz
Return the command object