@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface Sort
Sort annotation. The
parameter should be of type SortSpec.
Note that if you wish to chain
multiple sort parameters (i.e. a sub sort), you should use the SortSpec.setChain(SortSpec)
method. Multiple parameters should not be annotated with the Sort annotation.
SearchCopyright © 2014–2017 University Health Network. All rights reserved.