// Annotation scanning
if (scanArchive(connector))
{
Annotations annotator = new Annotations();
AnnotationScanner scanner = AnnotationScannerFactory.getAnnotationScanner();
AnnotationRepository repository = scanner.scan(cl.getURLs(), cl);
connector = annotator.merge(connector, repository, cl);
}
if (connector == null)
{