Annotation Type ComparatorClass
-
@Target({ANNOTATION_TYPE,FIELD,METHOD}) @Retention(RUNTIME) public @interface ComparatorClassExtension annotation providing for specifying a comparator class against a collection.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.ClassvalueThe class of the comparator
-