org.crsh.cli
Annotation Type Man


@Retention(value=RUNTIME)
public @interface Man

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


Required Element Summary
 String value
          The manual text.
 

Element Detail

value

public abstract String value
The manual text.

Returns:
the text


Copyright © 2015 eXo Platform SAS. All Rights Reserved.