|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface CliModes
This annotation is used to annotate a CLI-Class
with
multiple CliMode
-annotations.
Required Element Summary | |
---|---|
CliMode[] |
value
The array with all annotated CliMode s. |
Element Detail |
---|
public abstract CliMode[] value
CliMode
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |