@Test
 public void get() {
   List<RepositoryAnnotator> expected = new ArrayList<RepositoryAnnotator>();
   expected.add(annotator2);
   expected.add(annotator3);
   assertEquals(annotationService.getAnnotatorsByMetaData(metaData), expected);
 }