org.crsh.cmdline.annotations
Annotation Type Command


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Command

Annotate something that can be a command or be involved in a command.

Version:
$Revision$
Author:
Julien Viet

Optional Element Summary
 String main
          The name of the main subordinate.
 

main

public abstract String main
The name of the main subordinate.

Returns:
the main method name
Default:
""


Copyright © 2012 eXo Platform SAS. All Rights Reserved.