@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ApiEntities
This annotation can be used on a public method. The return type must be a Resource, an iterator of Resource,
a collection of Resource that is iterable, or a PaginatableResourceList.