bpiwowar.argparser.handlers
Annotation Type ClassChooser.Instances


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

Defines a set of classes that should implement If nothing is given, explores the inner classes

Author:
B. Piwowarski

Optional Element Summary
 String[] packages
          A set of packages to explore for instances
 Class<?>[] value
          A set of choices
 

value

public abstract Class<?>[] value
A set of choices

Default:
{}

packages

public abstract String[] packages
A set of packages to explore for instances

Default:
{}


Copyright © 2013. All Rights Reserved.