org.sonatype.gshell.command
Annotation Type Command


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Qualifier
public @interface Command

Marker for commands.

Since:
2.0
Author:
Jason Dillon

Required Element Summary
 String name
           
 

Element Detail

name

public abstract String name


Copyright © 2008-2011 Sonatype. All Rights Reserved.