org.crsh.command
Annotation Type Description


@Target(value={TYPE,FIELD,PARAMETER,METHOD})
@Retention(value=RUNTIME)
public @interface Description

The command description.

Version:
$Revision$
Author:
Julien Viet

Required Element Summary
 String value
          The description string.
 

Element Detail

value

public abstract String value
The description string.

Returns:
the description


Copyright © 2012 eXo Platform SAS. All Rights Reserved.