Annotation Type ApiEntities


  • @Target(METHOD)
    @Retention(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.