Annotation Type SortDefault.SortDefaults

Enclosing class:
SortDefault

@Retention(RUNTIME) @Target(PARAMETER) public static @interface SortDefault.SortDefaults
Wrapper annotation to allow declaring multiple SortDefault annotations on a method parameter.
Since:
1.2.0
Author:
Christian Beikov
  • Required Element Summary

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

    • value

      SortDefault[] value
      The individual SortDefault declarations to be sorted by.
      Returns:
      The sort defaults