Home
last modified time | relevance | path

Searched refs:otherAnnotationType (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotationImpl.java246 Class otherAnnotationType = (Class) JDK_ANNOTATION_TYPE_METHOD.invoke(obj, (Object[])null); in checkEquals() local
247 if (getAnnotationType().equals(otherAnnotationType) == false) in checkEquals()