bpiwowar.argparser
Annotation Type ArgumentRegexp


@Retention(value=RUNTIME)
public @interface ArgumentRegexp

Use to break down a parameter value into various components before passing them to the handler(s)

Author:
B. Piwowarski

Required Element Summary
 String value
          The regular expression to apply
 

Element Detail

value

public abstract String value
The regular expression to apply



Copyright © 2013. All Rights Reserved.