Searched refs:otherAnnotationType (Results 1 – 1 of 1) sorted by relevance
246 Class otherAnnotationType = (Class) JDK_ANNOTATION_TYPE_METHOD.invoke(obj, (Object[])null); in checkEquals() local247 if (getAnnotationType().equals(otherAnnotationType) == false) in checkEquals()