Searched refs:scopeAnnotationType (Results 1 – 1 of 1) sorted by relevance
68 public static boolean isScope(TypeElement scopeAnnotationType) { in isScope() argument69 return isAnnotationPresent(scopeAnnotationType, javax.inject.Scope.class); in isScope()