}
if (isScanMethodAnnotations()) {
config[scanners++] = new MethodAnnotationsScanner();
}
if (isScanParameterAnnotations()) {
config[scanners++] = new MethodParameterScanner();
}
config[scanners++] = ClasspathScanner.class.getClassLoader();
config[scanners++] = Thread.currentThread().getContextClassLoader();
AnnotationReflector reflector = new AnnotationReflector(null, _urls, config);
final HashSet<String> classNames = new HashSet<String>();