org.jboss.forge.shell.plugins
Annotation Type DefaultCommand


@Command(value="default")
@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface DefaultCommand

Defines a @Command as the plugin default. It will be run if no other command matches the input line.

Author:
Lincoln Baxter, III

Optional Element Summary
 String help
          Help text for the default command.
 

help

public abstract String help
Help text for the default command.

Default:
""


Copyright © 2011 Seam Framework. All Rights Reserved.