@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Actions.Retrieve
ActionRouter
.
This annotation can be used on methods for retrieving single resources
(e.g., types annotated with Vocabulary.Type
, java.util.List
, etc.) or paginated resources (e.g., types annotated with
PageItems
). In the latter
case, the method must contain a Pagination
parameter that must be
used to create the PageItems
instance.