uk.co.flamingpenguin.jewel.cli
Annotation Type Unparsed


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

Tags a method as returning any unparsed arguments

Author:
Tim Wood

Optional Element Summary
 java.lang.String name
          The name to use when describe the unparsed arguments in help text and error messages
 

name

public abstract java.lang.String name
The name to use when describe the unparsed arguments in help text and error messages

Returns:
The name to use when describe the unparsed arguments in help text and error messages
Default:
""


Copyright © 2006-2009 flamingpenguin. All Rights Reserved.