@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface ApiOrderBy
List<OrderByDetails>
and will be injected with the order by details received in the request. An order by details
consists of a field to be ordered on, and an order direction. Null or an empty List may be injected if there are
no order by details in the request.Copyright © 2010 - 2020 Adobe. All Rights Reserved