Annotation Interface OrderBy.List

Enclosing class:
OrderBy

@Retention(RUNTIME) @Target(METHOD) public static @interface OrderBy.List
Enables multiple OrderBy annotations on the method.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns a list of annotations with the first taking precedence, followed by the second, and so forth.
  • Element Details

    • value

      OrderBy[] value
      Returns a list of annotations with the first taking precedence, followed by the second, and so forth.
      Returns:
      list of annotations.