See: Description
Annotation Type | Description |
---|---|
Concurrency |
This annotation can be used to specify a Threading policy for a command to run in.
|
Doc |
Every ShellCommand and all of their flags are required to have a Doc annotation describing their purpose.
|
Flag |
This annotation is used to mark the command line flags of a ShellCommand.
|
ValidateSwallowed |
Enforces that only valid Q commands can be swallowed by the annotated class.
|