Annotation Type AnnotationBasedSorter.Order

Enclosing class:
AnnotationBasedSorter

@Retention(RUNTIME) @Target(METHOD) @Inherited public static @interface AnnotationBasedSorter.Order
Specifies the order of an entry per this sorter
Author:
A248
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The order of this config entry.
  • Element Details

    • value

      int value
      The order of this config entry. Lower values come first
      Returns:
      the order of this entry