org.apache.geronimo.gshell.command.annotation
Annotation Type CommandComponent


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface CommandComponent

Annotation to mark classes as GShell command component implementations.

Version:
$Rev: 576844 $ $Date: 2007-09-18 04:19:37 -0700 (Tue, 18 Sep 2007) $

Required Element Summary
 String id
           
 
Optional Element Summary
 String description
           
 

Element Detail

id

public abstract String id

description

public abstract String description
Default:
""


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.