mirror of https://github.com/apache/cloudstack.git
api: Remove resourceType, use only entityType
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
cc4030be41
commit
6db279583e
|
|
@ -47,7 +47,5 @@ public @interface Parameter {
|
|||
|
||||
String since() default "";
|
||||
|
||||
Class<?>[] resourceType() default Object.class;
|
||||
|
||||
String retrieveMethod() default "getById";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue