Searched refs:isOverridingAnnotatedMethod (Results 1 – 2 of 2) sorted by relevance
169 && !ReflectionHelper.isOverridingAnnotatedMethod(method, in checkMethod()
613 public static boolean isOverridingAnnotatedMethod(Method method, String annotationSpec) { in isOverridingAnnotatedMethod() method in ReflectionHelper