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
      java.lang.Class value
      The class of the comparator
    • Element Detail

      • value

        java.lang.Class value
        The class of the comparator
        Returns:
        comparator class