org.crsh.cli
Annotation Type Usage


@Retention(value=RUNTIME)
public @interface Usage

Provides the text for a usage, this method can be used to annotate a command class, a command method or a command parameter.


Required Element Summary
 String value
          The usage textvalue.
 

Element Detail

value

public abstract String value
The usage textvalue.

Returns:
the usage


Copyright © 2015 eXo Platform SAS. All Rights Reserved.