Package nzilbb.util
Annotation Type Switch
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Switch
Annotation for aCommandLineProgramorGuiProgramswitch - 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 booleancompulsoryWhether or not the switch is compulsory.StringlabelA short label for the switch.booleanpersistentWhether or not the setting is persistent, and set during installation (true) or transitory, and specified for each invocation (false).
-