org.crsh.cli
Annotation Type Named


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

This annotation can be used to name a program element, useful for overriding the name of a command.

Author:
Julien Viet

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value
Returns:
the name value


Copyright © 2015 eXo Platform SAS. All Rights Reserved.