api: Remove resourceType, use only entityType

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2012-12-16 18:09:33 -08:00
parent cc4030be41
commit 6db279583e

View File

@ -47,7 +47,5 @@ public @interface Parameter {
String since() default "";
Class<?>[] resourceType() default Object.class;
String retrieveMethod() default "getById";
}