org.crsh.cli
Annotation Type Required


@Retention(value=RUNTIME)
public @interface Required

Declares if a command parameter is required or not.


Optional Element Summary
 boolean value
          Returns true if the parameter is required, false otherwise.
 

value

public abstract boolean value
Returns true if the parameter is required, false otherwise.

Returns:
the required value
Default:
true


Copyright © 2014 eXo Platform SAS. All Rights Reserved.