mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user