Annotation Type ComparatorClass


@Target({ANNOTATION_TYPE,FIELD,METHOD}) @Retention(RUNTIME) public @interface ComparatorClass
Extension annotation providing for specifying a comparator class against a collection.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The class of the comparator
  • Element Details

    • value

      Class value
      The class of the comparator
      Returns:
      comparator class