org.bibeault.frontman
Annotation Type FrontmanCommand


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

Annotation to associate a command implementation with its verb. The single String value identifies the command verb to be associated with the Command implementation.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value