net.sf.mmm.util.cli.api
Annotation Type CliModes


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface CliModes

This annotation is used to annotate a CLI-Class with multiple CliMode-annotations.

Since:
2.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Required Element Summary
 CliMode[] value
          The array with all annotated CliModes.
 

Element Detail

value

public abstract CliMode[] value
The array with all annotated CliModes.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.