Annotation Type EqualsMethod
-
@Documented @Target(METHOD) @Retention(RUNTIME) @InheritedAnnotation public @interface EqualsMethod
Method declaration annotation that indicates a method has a specification likeequals()
. The Interning Checker permits use ofthis == arg
within the body. Can also be applied to a static two-argument method, in which casearg1 == arg2
is permitted within the body.- See the Checker Framework Manual:
- Interning Checker