@Documented @Target(value=METHOD) @Retention(value=RUNTIME) @InheritedAnnotation public @interface CompareToMethod
compareTo()
or compare()
. The Interning Checker permits use of if (this == arg) {
return 0; }
or if (arg1 == arg2) { return 0; }
within the body.