@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface CommandDefinition
Modifier and Type | Required Element and Description |
---|---|
String |
name
The name of the command.
|
String |
scope
The scope of the command.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
description
The description of the command
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.