bpiwowar.argparser
Annotation Type EnumValue


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface EnumValue

Annotation for enumeration values


Required Element Summary
 String[] value
          The argument value (can have several)
 
Optional Element Summary
 String help
          The help string for the value
 

Element Detail

value

public abstract String[] value
The argument value (can have several)

help

public abstract String help
The help string for the value

Default:
""


Copyright © 2013. All Rights Reserved.