bpiwowar.argparser.handlers
Annotation Type FileCollectionHandler.Options


@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface FileCollectionHandler.Options

Used to give a separator different than the comma


Optional Element Summary
 boolean nullify
          Set the object to null if the option is empty
 String separator
          Strings separator
 

separator

public abstract String separator
Strings separator

Default:
","

nullify

public abstract boolean nullify
Set the object to null if the option is empty

Default:
false


Copyright © 2013. All Rights Reserved.