Searched refs:checkAnnotatedElementDirectMethods (Results 1 – 2 of 2) sorted by relevance
29 …bcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.checkAnnotatedElementDirectMethods;50 checkAnnotatedElementDirectMethods(Type.class, AnnotationA.class, AnnotationB.class); in testClassDirectAnnotations()55 checkAnnotatedElementDirectMethods(ExtendsType.class); in testClassInheritedAnnotations()
144 static void checkAnnotatedElementDirectMethods( in checkAnnotatedElementDirectMethods() method in AnnotatedElementTestSupport