JAPI 0.9.0
Yet another Java API
API Documentation

net.sf.japi.io.args
Annotation Type Option


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

Annotation to mark a method as command argument method.

Author:
Christian Hujer

Required Element Summary
 String[] value
          The argument names.
 

Element Detail

value

public abstract String[] value
The argument names. Usually this is two Strings, a single letter and a descriptive String.

Notes:
the supplied string values should not contain neither spaces nor non-ascii characters.

JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright