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

    Required Elements
    Modifier and Type
    Required Element
    Description
    The individual SortDefault declarations to be sorted by.
  • Element Details