Package org.springframework.data.web
Annotation Interface SortDefault.SortDefaults
- Enclosing class:
- SortDefault
@Documented
@Retention(RUNTIME)
@Target(PARAMETER)
public static @interface SortDefault.SortDefaults
Wrapper annotation to allow declaring multiple
SortDefault
annotations on a method parameter.- Since:
- 1.6
- Author:
- Oliver Gierke
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe individualSortDefault
declarations to be sorted by.
-
Element Details
-
value
SortDefault[] valueThe individualSortDefault
declarations to be sorted by.- Returns:
-