Searched refs:findAnnotationSuperClasses (Results 1 – 2 of 2) sorted by relevance
277 public static Annotation findAnnotationSuperClasses(Class<?> annotationClass, Class c) { in findAnnotationSuperClasses() method in AnnotationHelper
1617 …Annotation annotation = AnnotationHelper.findAnnotationSuperClasses(Guice.class, iClass.getRealCla… in getInjector()