mirror of https://github.com/apache/cloudstack.git
api: Introduce name field which would hold the OTW api command name
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
7a7fe583e0
commit
b8369b808e
|
|
@ -27,6 +27,8 @@ import java.lang.annotation.Target;
|
|||
public @interface APICommand {
|
||||
Class<? extends BaseResponse> responseObject();
|
||||
|
||||
String name() default "";
|
||||
|
||||
String description() default "";
|
||||
|
||||
String usage() default "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue