bpiwowar.argparser.handlers
Annotation Type ClassChooser.Choice


@Retention(value=RUNTIME)
public static @interface ClassChooser.Choice

Author:
B. Piwowarski

Optional Element Summary
 String group
          Activate a group
 String groupPrefix
          Add a default prefix to the group
 String help
          Help for the value
 String name
          A name to replace the enum value
 Class<?> value
          The class (mandatory if the annotation is for an enum value)
 

value

public abstract Class<?> value
The class (mandatory if the annotation is for an enum value)

Default:
java.lang.Object.class

name

public abstract String name
A name to replace the enum value

Default:
""

help

public abstract String help
Help for the value

Default:
""

group

public abstract String group
Activate a group

Default:
""

groupPrefix

public abstract String groupPrefix
Add a default prefix to the group

Default:
""


Copyright © 2013. All Rights Reserved.