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 == argwithin the body. Can also be applied to a static two-argument method, in which casearg1 == arg2is permitted within the body.- See the Checker Framework Manual:
 - Interning Checker