Package nzilbb.util
Annotation Type Switch
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Switch
Annotation for aCommandLineProgram
orGuiProgram
switch - used to inform command-line and applet parameter interpretation, and to product usage information.- Author:
- Robert Fromont robert@fromont.net.nz
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
compulsory
Whether or not the switch is compulsory.String
label
A short label for the switch.boolean
persistent
Whether or not the setting is persistent, and set during installation (true) or transitory, and specified for each invocation (false).
-