Searched refs:definingMethod (Results 1 – 2 of 2) sorted by relevance
95 protected transient Method definingMethod; field in AnnotationMember132 definingMethod = m; in AnnotationMember()159 definingMethod = copy.definingMethod; in setDefinition()350 throw new AnnotationTypeMismatchException(definingMethod, in validateValue()
210 if (!el.definingMethod.isAccessible()) { in equals()211 el.definingMethod.setAccessible(true); in equals()213 Object otherValue = el.definingMethod.invoke(obj); in equals()296 if (element == null || !method.equals(element.definingMethod)) { in invoke()