bpiwowar.argparser
Annotation Type ArgumentPostProcessor


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ArgumentPostProcessor

Annotation for (non-static) methods of option objects that should be called (in order to test argument values). Such a method can throw an ArgParseException or and IllegalArgumentValue.

Since:
1.0
Author:
B. Piwowarski



Copyright © 2013. All Rights Reserved.