All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jcli.annotations.CliCommand Maven / Gradle / Ivy

package jcli.annotations;

import java.lang.annotation.Retention;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

@Retention(RUNTIME)
public @interface CliCommand {

    String name() default "";
    String description() default "";
    String[] examples() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy